Skip to content

bichan17/sayings-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Sayings bot

A twitter bot for things that they always say.

@sayingsbot

made by eric bichan

##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"