1.0.0 • Published 5 years ago

stane v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Stane

A bot to retweet posts containing specified usernames and specified hashtags

Usage

  • Register your app on apps.twitter.com
  • Fetch your API keys and save them to config.js.
module.exports = {
	consumer_key: 'XXXXXXXXXXXXXXXXXXXXXXX',
	consumer_secret: 'XXXXXXXXXXXXXXXXXXXXXXX',
	access_token_key: 'XXXXXXXXXXXXXXXX-XXXXXXXXXXXXXX',
	access_token_secret: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
}
  • Install app dependencies using npm install package.json.
  • Run the bot using node app.js