Skip to content

brunoarmanelli/hotmart-developers-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)