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

Issue with maximum reached #25

Open
MrUpsidown opened this issue Jul 18, 2017 · 1 comment
Open

Issue with maximum reached #25

MrUpsidown opened this issue Jul 18, 2017 · 1 comment

Comments

@MrUpsidown
Copy link

I believe there is an issue with the

elif followResp.status_code == 403:

When you have reached the maximum allowed number of people you can follow, the script keeps running endlessly saying "Already followed xxx". The status code received when you have reached the max allowed following is also 403.

Apart from that, great little tool! Thanks very much.

@shane-tw
Copy link
Owner

I haven't handled this case. There's a limit of 101 people you can follow per day, though, and by default the script follows 101 people, so if you don't manually follow extra people throughout the day it'll work as intended.

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

No branches or pull requests

2 participants