Go to file
Chay 658a07136a Update formatting 2024-04-20 18:23:17 +03:00
.gitignore Separate into different files 2024-04-20 15:56:25 +03:00
LICENSE.txt Add license 2024-04-20 15:59:44 +03:00
README.md Add readme 2024-04-20 15:58:17 +03:00
main.py Fix writing to html 2024-04-20 18:07:39 +03:00
news_scraper.py Fix writing to html 2024-04-20 18:07:39 +03:00
requirements.txt Clean up & add requirements.txt 2024-04-20 15:13:29 +03:00
template.html Update formatting 2024-04-20 18:23:17 +03:00

README.md

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