Control messagenet (VoIP provider) programmatically with browser automation
Find a file
2016-12-24 18:37:33 +01:00
.gitignore dirset and better conf 2014-05-18 19:22:22 +02:00
defaultconf.json Customizable driver 2014-05-18 19:47:22 +02:00
dirset.py dirset and better conf 2014-05-18 19:22:22 +02:00
messagenet.py FIX fill forward destination 2016-12-24 18:37:33 +01:00
mncli.py add readline completion (+ fixes) 2016-12-15 14:21:07 +01:00
README.txt dirset and better conf 2014-05-18 19:22:22 +02:00
requirements.txt Basic version: just scrape 2014-05-18 17:30:25 +02:00

Just a scraper that stores in a DirSet.

To receive notifications, watch that directory some way.

Configuration
=============

Default conf is read from `defaultconf.json`. If you want to tweak, just make
another json file that contains a dictionary. The two files will be merged, so
the custom file can be a subset of the default one.

Credential file is very simple: first line contains the username, second line
contains the password. Subsequent lines are ignored.

Running
=======

`python leggi.py`
or
`python leggi.py /path/to/custom.json`