#Sayings bot
A twitter bot for things that they always say.
##setup
install dependencies with npm install
you will need a config.js file set up like
module.exports= {
consumer_key: '...',
consumer_secret: '...',
access_token: '...',
access_token_secret: '...',
timeout_ms: 60*1000 // optional HTTP request timeout to apply to all requests.
}
run with npm start
##todo deny rhyming words that are in each other ie: "funding" & "refunding"