A twitter bot made by nodejs, using twitter api
- Create a twitter account and create a Twitter app
- Clone the git
- make
.env
file and copy.env.example
and 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.js
file 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