This is a simple twitter bot, designed to retweet the contents of a twitter list.
This implementation tweets for @StoriesInData.
- Install node.js & npm (if you haven't already).
- Download this repo with
git clone [email protected]:bryanbraun/twitter-listbot.git
. - Run
npm install
to download dependencies. - Open
index.js
and replace the values in theconfig
object with your own. - Create a twitter application, grant it the necessary access, and generate your tokens/keys.
- Deploy the bot to heroku (you can use these instructions as a guide).
For detailed setup instructions, see my blog post: How to Set Up a Simple Javascript Twitter Bot
Twitter Listbot is written in node.js and based on Sugendran's node-retweeter.