An example twitter bot using node.js. You will need node.js and a Twitter account for adding API keys. Please be sure to use a different Twitter account for testing.
Retweets and Quote Retweets.
git clone git://github.com/fism/TwitterBot.gitnpm installCopy .env-example to .env and fill out the fieldsnpm start
- npm run test :
echo "Error: no test specified" && exit 1 - npm run start :
node index.js - npm run readme :
node ./node_modules/.bin/node-readme
| Package | Version | Dev |
|---|---|---|
| dotenv | ^4.0.0 | ✖ |
| twit | ^2.2.9 | ✖ |
| unique-random-array | ^1.0.0 | ✖ |
| node-readme | ^0.1.9 | ✔ |
Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Michael Fisher mfisher@techcpu.net - Twitter: @Fisher85M
- Apache-2.0 : http://opensource.org/licenses/Apache-2.0