This is a twitter bot written in nodejs and developer can start using this script for projects like data mining as a raw bolierplate
- Twitter may make changes to api level, so this script might not work at some point. If you will face an issues, just raise it in issue section with the all steps taken and where you came across tha particular issue with screenshot(optional).
- You must have installed node.js latest version. Otherwise, Go to node.js
- You must signed up for twitter developer and have generated access tokens, secret etc.
- Go to root folder
- Run
npm install
, - Create a file with path
config/config.env
, - Add following text
CK=consumer_key
,CS=consumer_secret
,AT=access_token
, &&ATS=access_token_secret
and save the file, - Launch the node app
npm run start
- Start mining :)