https://github.com/pytlicek/flaskrss
Simple RSS downloader and keeper
https://github.com/pytlicek/flaskrss
flask python python3
Last synced: 6 months ago
JSON representation
Simple RSS downloader and keeper
- Host: GitHub
- URL: https://github.com/pytlicek/flaskrss
- Owner: Pytlicek
- License: mit
- Created: 2020-11-10T07:06:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T20:34:24.000Z (over 2 years ago)
- Last Synced: 2025-09-01T07:31:49.501Z (6 months ago)
- Topics: flask, python, python3
- Language: Python
- Homepage:
- Size: 554 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://codecov.io/gh/Pytlicek/FlaskRSS) [](https://sourcery.ai) [](https://github.com/ambv/black)
## FlaskRSS
### Simple RSS downloader and keeper


## Install required PIP packages within Virtualenv
- Setup virtualenv: `virtualenv venv`
- Activate virtualenv: `source venv/bin/activate`
- Upgrade PIP package: `pip install -U pip`
- Install PIP packages: `pip install -r requirements.txt`
## Run App
- Run DB Seed at first time: `FLASK_ENV=development python3 ./db_seed.py`
- Run Flask App: `FLASK_ENV=development flask run`