Skip to content

NelsonErick/HotmartBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Hotmart Bot

1.1. Summary

1.2. Introduction

Hotmart bot scraper for download courses videos.

1.3. Requirements

  1. Install poetry https://python-poetry.org/docs/
  2. Configure local virtual environments in poetry (https://python-poetry.org/docs/configuration/)
poetry config virtualenvs.in-project true
  1. Install necessary dependencies:
cd hotmartbot
poetry install

OBS: Execute with "--no-dev" option if you don't want to install the dev packages.

  1. Execute the Hotmart bot:
poetry run hotmart-bot <domain> <username> <password>

1.4. Tests

  1. All tests:
poetry run pytest -v tests
  1. See test coverage:
poetry run pytest --cov

About

Hotmart Scraper for videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published