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
- Host: GitHub
- URL: https://github.com/dewanshrawat15/stane
- Owner: dewanshrawat15
- License: mit
- Created: 2019-08-07T12:21:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T18:06:05.000Z (over 5 years ago)
- Last Synced: 2025-03-11T15:59:23.037Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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```