Various Twitter bots written using the Twit module for NodeJS.
- Configure a Twitter application tied to a Twitter account (https://apps.twitter.com)
- Edit config.json of one of the bots and add your specific app's data
- Customize the bot code in any way you wish (such as changing filenames or paths)
- Run the bot using NodeJS
- Daniel Shiffman - Daniel put together an excellent series of tutorial videos for explaining how to use Twit and NodeJS to create twitter bots. That series can be found on YouTube here.