Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Rondo.cz promocodes bruteforce

Notifications You must be signed in to change notification settings

esemi/rondo-promocodes-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rondo.cz promocodes brut

wemake-python-styleguide pytest

install

$ 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

run tests

$ poetry run mypy --ignore-missing-imports app/
$ poetry run flake8 app
$ poetry run pytest -ra -v --cov=app  tests

run crawling

$ poetry run python -m app.rondo_crawler --help