Skip to content

0xLukeSec/MW-twitter-scripts

 
 

Repository files navigation

Welcome

This is a collection of scripts and bots for Twitter.

Instructions

  1. Get a consumer key, consumer secret, access token, and access token secret from:

https://developer.twitter.com/en/apply-for-access

  1. 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

  1. Run the script or executable!

If you have any problems, contact Roly Poly on twitter or via telegram.

Notes

the 24 hour rate limit window

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.

"Friendships/create" aka follows, daily limitation:

https://developer.twitter.com/en/docs/twitter-api/v1/rate-limits

"POST friendships/create; window: 24 hours; limit per user: 400"

Daily limit of script usage

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.

How users are saved in the followByRetweets.py db

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%