added readme

This commit is contained in:
Navan Chauhan 2020-11-10 22:30:32 +05:30
parent a8c3d149a3
commit 6d4607ef3d
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -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
```