Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 300 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 300 Bytes

Unoffical Hotmart Developers Python Module

Hotmart Developers requests made easy.

Usage

import hotmart

hotmart = hotmart.Hotmart(
    id='YOUR_ID',
    secret='YOUR_SECRET',
    basic='YOUR_KEY'
)

and then

response = hotmart.get_sales()
print(response)