Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

An example Python script for retrieving Eniscope metering data using Eniscope Core API

To use Eniscope Core API, type your <API Key>, <Username> and <Password> in the example scripy:

# API header
headers = {'X-Eniscope-API': "<API Key>", 
            'Accept': "/",
            'Host': "core.eniscope.com"}
# API usename and password
auth = HTTPBasicAuth('<Username>', '<Password>')  

Note that the <Password> should be an MD5 hash which is generated based on your assigned password. The script has been tested working under Python 3.6. For the retrieved data samples, please see the results/ directory.

For further details, please refer to ENISCOPE API Documents

About

Python scripts for processing Eniscope metering data

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages