You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: