/Generous-Twitter-Bot

Follow back all the people who follow you automatically on Twitter.

Primary LanguagePython

Generous-Twitter-Bot

Follow back all the people who follow you automatically on Twitter.

This is a Twitter bot that allows you to automatically follow back people who follow you.
You don't even need to log in to Twitter to do that, instead this bot will do it for you.

How to use:

  1. This requires Twitter API. Without it, the bot won't work.
  2. Twitter API is available for free on Twitter, you just need to Apply for it.
  3. After Applying you need to Fill in some information and thats all.
  4. You need to create and configure the API from dashboard.
  5. You will get the authentication keys once everything is done.
  6. For more information on Twitter API visit https://developer.twitter.com/en/docs/getting-started
  7. Install necessary Packages(Tweepy):
    	pip install Tweepy
    
  8. Enter your authentication codes in the script.
  9. Run the script, doesn't matter wherever you run it.
You can tweak the script as per requirement by following the tweepy documentation (http://docs.tweepy.org/en/latest/getting_started.html)
Note: If you get an error regarding Write policies, don't forget to change your bot configurations in settings and change app permissions to 'Read + Write + Read and post direct messages'