Content aggregator. Icon taken from Santa Fe College.
-
Set up
pythonenvironment.pyenv local python-3.8.6 -
Set up virtual environment.
python3 -m venv .venv source .venv/bin/activate -
Install packages.
make requirements -
Download
feedparser.git clone git@github.com:hy144328/feedparser git checkout copy2summary -
Link
feedparser.ln -s ../feedparser/feedparser