Control messagenet (VoIP provider) programmatically with browser automation

boyska e98a67bdb9 FIX fill forward destination 7 年 前
.gitignore 21a1bdcac8 dirset and better conf 10 年 前
README.txt 21a1bdcac8 dirset and better conf 10 年 前
defaultconf.json a43f93be58 Customizable driver 10 年 前
dirset.py 21a1bdcac8 dirset and better conf 10 年 前
messagenet.py e98a67bdb9 FIX fill forward destination 7 年 前
mncli.py 7be296856a add readline completion (+ fixes) 7 年 前
requirements.txt 8397347d73 Basic version: just scrape 10 年 前

README.txt

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`