scrp/README.md
2024-04-20 15:58:17 +03:00

294 B

scrp - scrape news live pages

RSS works for articles, but what if you want to see the content of live pages that update on a certain news source? This fixes the issue.

Running

Clone the repository, then:

python3 -m venv env/

cd env/bin/activate

pip install -r requirements.txt