A Twitter News Bot Written in NodeJS
To see it in action see all posts made by this bot at Twitter
Create a file constants.js
with following twitter keys :
module.exports = {
consumer_key: '',
consumer_secret: '',
access_token_key: '',
access_token_secret: ''
}