Skip to content

A bot to retweet posts containing specific username and specific hashtags

License

Notifications You must be signed in to change notification settings

dewanshrawat15/Stane

Repository files navigation

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

About

A bot to retweet posts containing specific username and specific hashtags

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project