/Twitter-Bots

Twitter bots made with Python and they use Twitter API. These bot(s) aid a Twitter account to gain new followers and fame. It auto-likes, auto-retweets (based on the hashtag(s) you enter and the number of tweets you want to execute automation on ), and automatically follows people back.

Primary LanguagePython

Twitter-Bots ✨

Twitter bots made with Python and use Twitter API, which aid a Twitter account to gain new followers and fame. It auto-likes, auto-retweets, based on the hashtag(s) you enter and number of tweets you want to execute automation on, and automatically follows people back.

Firstly, you need to have access to Twitter API.

Dependency: tweepy library

After you have access to API:

πŸ‘¨β€πŸ’» Steps to run the code:

  1. Get API Keys/ Access Tokens after you are granted with the API from https://developer.twitter.com/
  2. Install tweepy: pip install tweepy
  3. Run the code: python all_bots_in_one.py (you can use the bots differently, or you can use the one where I combined all the functionalitites into one, i.e, all_bots_in_one.py )
  4. When you run it, you'll get options to input which are self-explanatory

screenshot

Have fun! πŸ€“