Hotmart bot scraper for download courses videos.
- Install poetry https://python-poetry.org/docs/
- Configure local virtual environments in poetry (https://python-poetry.org/docs/configuration/)
poetry config virtualenvs.in-project true
- Install necessary dependencies:
cd hotmartbot
poetry install
OBS: Execute with "--no-dev" option if you don't want to install the dev packages.
- Execute the Hotmart bot:
poetry run hotmart-bot <domain> <username> <password>
- All tests:
poetry run pytest -v tests
- See test coverage:
poetry run pytest --cov