Skip to content

Python scripts for processing Eniscope metering data

Notifications You must be signed in to change notification settings

Alexandra-Burlacu/PyEniscope-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%