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

Get Followers List #101

Closed
PalaVenkiReddy opened this issue Feb 22, 2023 · 1 comment
Closed

Get Followers List #101

PalaVenkiReddy opened this issue Feb 22, 2023 · 1 comment
Assignees
Labels

Comments

@PalaVenkiReddy
Copy link
Contributor

Proposed Method: get_followers_list()

Description

returns list of followers for given github username

To what class it belongs?: Users

Example Usage

# Import the required module
from scrape_up import github

# Instantiate an object with username provided.
user =  github.Users(username="nikhil25803")

# Cal the followers function
print(user.get_followers_list())

# Output: Returns List of Followers

Please assign this issue to me under JWOC

@nikhil25803
Copy link
Member

Sounds good, go ahead.
While making a PR, do not forget to upload a screenshot of output on a username. @PalaVenkiReddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants