This is a collection of scripts and bots for Twitter.
- Get a consumer key, consumer secret, access token, and access token secret from:
https://developer.twitter.com/en/apply-for-access
- Create a secrets.txt file. In one line, paste all four in order followed by the account you want to work on (also separated by a comma).
Example: asdfdsfafd,2340dfsfd,90u293fjsdf,9fe00w0asdf,someAccount
- Run the script or executable!
If you have any problems, contact Roly Poly on twitter or via telegram.
You really do have to wait at least 24 hours before running either follower script again. If you follow 400 people between 7:00 am and 7:10 am on Monday, you'll be rate limited ("suspended") until 7:10 am on Tuesday.
https://developer.twitter.com/en/docs/twitter-api/v1/rate-limits
"POST friendships/create; window: 24 hours; limit per user: 400"
My understanding is that the rate limit on follows is separate from all other actions taken by an account.
If that is correct, you can run the follower scripts regardless of your account's other activity for the day.
However, since either one of them will use up all of your follows for the day, you can only use one.
Basically it's a comma separated value file with a semicolon between userID and follower count.
Like "923450;95" for user id 923450 and follower count 95.
Hope no one ever needs to edit the files lol.
Made for Moneywave.