Skip to content

A Python script to reply to all tweets from a specific user containing an specific keyword using tweepy

Notifications You must be signed in to change notification settings

vaibhav0103/tweet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tweet-bot

A Python script to reply to all tweets from a specific user containing an specific keyword using tweepy

#Requriments

  1. Pyhton3.6
  2. Tweepy
  3. Twitter Developer Account and an App
  4. Keys Form the App Created on Twitter

Clone Using $ git clone https://github.com/vaibhav0103/tweet-bot.git

Running On Your Machine

  1. Install Tweepy pip install tweepy

  2. Add Your keys In Keys.py File

  3. Add Last seen for the Last tweet in last_seen_id.txt

  4. Update my_twitter_bot.py for user, search Keyword and reply Phrase

  5. Run the script my_twitter_bot.py

About

A Python script to reply to all tweets from a specific user containing an specific keyword using tweepy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages