Content aggregator. Icon taken from Santa Fe College.
-
Set up
python
environment.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 [email protected]:hy144328/feedparser git checkout copy2summary
-
Link
feedparser
.ln -s ../feedparser/feedparser