added readme
This commit is contained in:
parent
a8c3d149a3
commit
6d4607ef3d
|
@ -0,0 +1,14 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in New Issue