1
0
Fork 0
This repository has been archived on 2023-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
dailyreleases/README.md

19 lines
669 B
Markdown
Raw Normal View History

# Daily Releases
2018-07-31 17:34:45 +02:00
### Installation
The easiest way to install the bot is to use pip:
```bash
pip3 install --upgrade https://git.caspervk.net/caspervk/dailyreleases/archive/master.tar.gz
```
**It requires Python 3.6 or later.**
### Usage
The bot can be started by running `dailyreleases` or `python3 -m dailyreleases` depending on system configuration.
2018-07-31 17:34:45 +02:00
### Configuration
The default configuration file will be copied to `~/.dailyreleases/config.ini` on the first run. All fields under the
`[reddit]` and `[google]` sections need to be filled out before the bot can be initialized.
2018-07-31 17:34:45 +02:00
To append content to the generated post, add a file `~/.dailyreleases/epilogue.txt`.