https://github.com/mvrilo/reddit-twitter-bot
Reddit to twitter bot built in Go
https://github.com/mvrilo/reddit-twitter-bot
Last synced: about 1 year ago
JSON representation
Reddit to twitter bot built in Go
- Host: GitHub
- URL: https://github.com/mvrilo/reddit-twitter-bot
- Owner: mvrilo
- Created: 2015-09-06T17:58:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T14:36:12.000Z (almost 11 years ago)
- Last Synced: 2025-03-26T19:02:14.973Z (over 1 year ago)
- Language: Go
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reddit-twitter-bot
A reddit bot that looks periodically for new or hot posts in a subreddit and post them on twtiter.
# Usage
```
Usage of reddit-twitter-bot:
-access_secret string
Twitter access secret
-access_token string
Twitter access key
-hot
Lookup for hot posts instead of new
-key string
Twitter API consumer key
-secret string
Twitter API consumer secret
-subreddit string
Subreddit to watch
-time int
Time in seconds to fetch for posts (default 30)
```
Exmple:
```
reddit-twitter-bot -hot \
-subreddit=programming \
-time=30 \
-key=$KEY \
-secret=$SECRET \
-access_token=$ACCESS_TOKEN \
-access_secret==$ACCESS_SECRET
```
# License
MIT
# Author
Murilo Santana <>