Skip to content

mayursrt/Liker-Twitter-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Liker-Twitter-Bot

Like tweets that match user specified words.

This is a Twitter bot that searches for the user specified keywords on twitter feed and automatically Like the those tweets.
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. Enter the keyword you want it to search for in the tweets.
  10. Also enter the number of tweets you want the bot to find and like as per the keyword entered.
  11. 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'

About

Like tweets that match user specified words.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages