A twitter bot made using nodejs, using twitter api
- Create a twitter account and create a Twitter app
- Clone the git
- make
.envfile and copy.env.exampleand add the relevant keys from twitter app. Twitter userIDs can be obtain from 3rd party site - run
npm install - If you want to add more users change
var users = [ config.userid ]instreaming.jsfile and add user ids to monitor. example:var users = [ 'XXXXX' , 'YYYYYY'] - run
npm start
User can deploy this to heroku. Create Config Vars for each in .env file and deploy or simply press DEPLOY button. in .env files you cant add arrays.so need to add ids in the code

