Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braun-steven/bottr-template
Template for a reddit bottr bot
https://github.com/braun-steven/bottr-template
bot bottr reddit redditbot
Last synced: 16 days ago
JSON representation
Template for a reddit bottr bot
- Host: GitHub
- URL: https://github.com/braun-steven/bottr-template
- Owner: braun-steven
- License: mit
- Created: 2018-01-21T04:48:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T11:30:33.000Z (over 6 years ago)
- Last Synced: 2024-10-30T05:59:10.594Z (2 months ago)
- Topics: bot, bottr, reddit, redditbot
- Language: Python
- Homepage: https://bottr.readthedocs.io/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bottr-template
This repository shall give a rough template to start with writing a
reddit bot using [bottr](https://bottr.readthedocs.io).## Setup
1) First run the `setup.sh` script with a name of the new bot [a-zA-Z_]:
```bash
$ ./setup.sh my_fancy_bot
```2) Replace the content of `subreddits.txt` and `blacklist.txt`
- `subreddits.txt` with subs you want to monitor
- `blacklist.txt` with subs you want to blacklist
3) Fill out the credentials in `creds.props`. See also [bottr: Bot Account Setup](http://bottr.readthedocs.io/setup.html).