fism / TwitterBot

An example twitter bot using node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitterbot-fism

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.

Features

Retweets and Quote Retweets.

Install

  • git clone git://github.com/fism/TwitterBot.git
  • npm install
  • Copy .env-example to .env and fill out the fields
  • npm start

Scripts

  • 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

Dependencies

Package Version Dev
dotenv ^4.0.0
twit ^2.2.9
unique-random-array ^1.0.0
node-readme ^0.1.9

Contributing

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!

Author

Michael Fisher mfisher@techcpu.net - Twitter: @Fisher85M

License

About

An example twitter bot using node.js.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%