Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 749 Bytes

Session Grabber

logo

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.

Setup

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.txt

Running

For development purposes there's some extra debug things.

HEADLESS=false LOG_LEVEL=debug make

There will be a site available at http://localhost:8000.

Contributing

pip install -r requirements-dev.txt

You should have pre-commit installed, there are hooks that will format and update requirements files when committing changes.