Socket
Socket
Sign inDemoInstall

pysuez

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pysuez

Get your water consumption data from your Suez account (www.toutsurmoneau.fr and its sub-providers)


Maintainers
1

Readme

pySuez

Get your consumption data from your Suez account (www.toutsurmoneau.fr)

This work is inspired by the Sirus's domoticz sensor. It is also inspired by pyLinky code from Pirionfr.

Installation

The easiest way to install the library is using pip:

pip install pySuez

You can also download the source code and install it manually::

cd /path/to/pySuez/
python setup.py install

Usage

Print your current and history data

pySuez -u <USERNAME> -p <PASSWORD> -c <COUNTER_ID> -P <PROVIDER_NAME>

You need to get your COUNTER_ID either from your bill or from your history consumption on your Suez's website. You can find it in the source code of this webpage, right after .../mon-compte-en-ligne/statMData/xxxxxxx?.... If no provider name is given, Tout sur mon eau will be used. The only one supported here is Eau Olivet.

Dev env

create virtual env and install requirements

virtualenv -p /usr/bin/python3.4 env
pip install -r requirements.txt

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc