Skip to content

impshum/Search-And-Follow-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A Twitter bot which searches for a term or hashtag then replies to found tweet and follows the user.

Search & Follow

Requirements

  • Python3
  • Tweepy

Instructions

  • Edit config.py (add twitter keys, search terms, messages and timer).

  • Open terminal/prompt and cd into the directory.

      cd path/to/folder
    
  • Run it

      python3 run.py
    
  • Press Ctrl + C to exit.