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
|
2020-11-10 17:01:41 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Daily Reports
|
|
|
|
|
|
|
|
Instructions to be added.
|