/Twitter_Bot

Searches for tweets on Twitter that match a given word and retweets and follows that person.

Primary LanguageJavaScript

Twitter_Bot

Searches for tweets on Twitter that match a given word and retweets and follows that person.

Go to the index.js file and change the variable keyword to the word you would like to search for. Also update the config.js file with your appropriate Twitter information from https://apps.twitter.com/. To get all of the infomation, you need to login and press create an app.

Make sure to save your changes and then go to your command prompt and go to the directory where your Twitter_Bot folder is located. Type in npm start to run the bot and control c to stop it.