An open API service indexing awesome lists of open source software.

https://github.com/argosopentech/argos-feed


https://github.com/argosopentech/argos-feed

Last synced: 2 months ago
JSON representation

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

```