An open API service indexing awesome lists of open source software.

https://github.com/dewanshrawat15/stane

A bot to retweet posts containing specific username and specific hashtags
https://github.com/dewanshrawat15/stane

Last synced: about 2 months ago
JSON representation

A bot to retweet posts containing specific username and specific hashtags

Awesome Lists containing this project

README

        

# Stane
A bot to retweet posts containing specified usernames and specified hashtags

## Usage
- Register your app on [apps.twitter.com](https://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```