Add readme

This commit is contained in:
Chay 2024-04-20 15:58:17 +03:00
parent 12dac26bb8
commit 942a42afe0

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# 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`