14 lines
294 B
Markdown
14 lines
294 B
Markdown
|
# 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
|
||
|
```
|