Skip to content

mnbf9rca/Glowmarkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

very basic glowmarkt API wrapper for python

implements https://docs.glowmarkt.com/GlowmarktApiDataRetrievalDocumentationIndividualUser.pdf

Installation

requires python 3.6+, requests, python-dotenv store credentials in .env file (use .env.template as a template) or use env

usage

main.py shows how to call it to retrieve your data:

  1. create new glow() object with credentials (it'll connect to validate them)
  2. retrieve available resource IDs with get_resources
  3. get data for a resource using get_data_for_range

the glow.Aggregations enum gives available periods to query for

About

simple Hildebrand Glowmarkt API Python Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages