Test app to create a client session through a login performed in the background using Pyppeteer and making subsequent calls to an API with it.
These are recommended steps, if you don't like them that's ok.
pyenv install 3.8.7
pyenv virtualenv yoink
pyenv activate yoink
pip install -r requirements.txtFor development purposes there's some extra debug things.
HEADLESS=false LOG_LEVEL=debug makeThere will be a site available at http://localhost:8000.
pip install -r requirements-dev.txtYou should have pre-commit installed, there are hooks that will format and
update requirements files when committing changes.
