Scrapes relevant stories and their comments for learning. It scrapes historical stories and comments and also polls for new stories and extracts their comments.
- docker
- python 3.12
- poetry
- To run project locally, make sure you have python 3.12 and poetry.
- Rename
.env_sample
file to.env
and fill details. - Run
poetry install
for installing dependencies. - Run
poetry run app
to run application.