Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update user.py #1122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Shraman-jain
Copy link

@Shraman-jain Shraman-jain commented Jun 12, 2024

Description

Just updated the comment part which shows how to use the function rest the function is working fine

Resolves: [Issue Number]

Checklist

Before submitting this pull request, kindly verify that the ensuing checkpoints have been reached.

  • Have you adhered to the repository's defined coding convention rules?
  • Have you updated the 'documentation.md' file with the method/function documentation?
  • Have you sent a message along with the result or response?
  • Have you used the try-catch technique?
  • Has the method/class been added to the documentation (md file)?

Screenshots

Uploading a screenshot illustrating the approach you developed for validation is required.

Additional Notes/Comments

Testing -
codeforces_user = Users(username="jainshraman1998")
print(codeforces_user.get_user_data())
response -
{'rank': 'Newbie', 'handle': 'jainshraman1998', 'firstname': 'Shraman', 'lastname': 'Jain', 'city': ' Bhopal', 'country': 'India', 'organization': ' IIITDELHI', 'rating': '', 'contribution': '0', 'friendsofcount': '0', 'lastvisit': '39600', 'registered': '410248800.0', 'titlephoto': 'https://userpic.codeforces.org/no-title.jpg', 'avatar': 'https://userpic.codeforces.org/no-title.jpg'}


I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.
I appreciate your contribution.

@Shraman-jain Shraman-jain changed the title Update user.py Update user.py #1121 Jun 12, 2024
@Shraman-jain Shraman-jain changed the title Update user.py #1121 Update user.py Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant