Get your consumption data from your Enedis account (www.enedis.fr)
This library This is based on jeedom_linky, created by Outadoc (https://github.com/Asdepique777/jeedom_linky)
The easiest way to install the library is using pip:
pip install pylinky
You can also download the source code and install it manually:
cd /path/to/pylinky/ python setup.py install
Print your current data
pylink -u <USERNAME> -p <PASSWORD>
create virtual env and install requirements
virtualenv -p /usr/bin/python3.5 env pip install -r requirements.txt