https://github.com/argosopentech/argos-feed
https://github.com/argosopentech/argos-feed
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/argosopentech/argos-feed
- Owner: argosopentech
- License: mit
- Created: 2021-12-30T12:37:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-02T17:03:59.000Z (over 3 years ago)
- Last Synced: 2025-02-01T08:12:35.314Z (4 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Argos Feed
RSS feeds managed in Python
## Quickstart
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python main.py
export FLASK_APP=web
flask run --host=0.0.0.0 --port=8080```