$ git clone PATH
$ cd shiny-octo-spork
$ python3.9 -m venv venv
$ source venv/bin/activate
$ pip install poetry
$ poetry install
cat > .env << EOF
SESSION_ID="U_PHPSESSID_COOKIE_VALUE_HERE"
EOF
$ poetry run mypy --ignore-missing-imports app/
$ poetry run flake8 app
$ poetry run pytest -ra -v --cov=app tests
$ poetry run python -m app.rondo_crawler --help