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_follows" should get all follows by a user #33

Open
garyking opened this issue Apr 14, 2018 · 0 comments
Open

"get_follows" should get all follows by a user #33

garyking opened this issue Apr 14, 2018 · 0 comments

Comments

@garyking
Copy link
Contributor

There should be an option for users. get_follows() to get all users that a user follows. The Twitch API limits each call to 100, but you can use the offset key to technically get all follows.

So, this library should simplify this process, by adding an option. If the option is enabled, then the library will get the first 100 follows, then the next 100, etc. until they are all retrieved.

nipun-AiR added a commit to nipun-AiR/python-twitch-client that referenced this issue Sep 27, 2018
tsifrer pushed a commit that referenced this issue Oct 15, 2018
* allow user to get all follows by user

for #33

* flake8 stuff

* coverage

* make get all follows a separate method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants