https://github.com/jramcast/twitter-bot
A twitter bot to grow accounts
https://github.com/jramcast/twitter-bot
Last synced: 3 months ago
JSON representation
A twitter bot to grow accounts
- Host: GitHub
- URL: https://github.com/jramcast/twitter-bot
- Owner: jramcast
- License: mit
- Created: 2017-07-27T17:11:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T19:55:03.000Z (over 2 years ago)
- Last Synced: 2025-01-20T09:46:11.677Z (5 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-bot
A twitter bot. Tweets based on rss feeds about certain topics. Retweets and follows users. Runs forever.## Settings
Set your twitter keys in `settings.js`
## Run
npm install -g forever
./forever_run.shDocs in progress...