Daily-Dose/README.md

14 lines
294 B
Markdown
Raw Normal View History

2020-11-10 17:00:32 +00:00
# Daily-Dose
Generate PDFs or Animated HTML files from your favourite RSS feeds.
## Get Started
**Make sure you have pandoc installed!**
Edit the `feeds.ini` ( Only the `URL` field is required) and `main.py` configuration.
```
python3 -m pip install -r requirements.txt
python3 main.py
```