command line interface for some dutch velomobile websites
Project description
vmnlcli
This is a command line interface for these dutch velomobile web sites:
It might also work for other velomobile sites hosted at welmers.net which use the same server side software.
Using it, you can script updating / publishing your velomobile's odometer value (overall km distance of your velomobile), so you do not need to manually log in / fill out a form / log out.
Installation
You need to have Python >= 3.5 installed. See https://www.python.org/ if you don't have it already.
On a shell (linux terminal, windows cmd.exe), enter this to install the vmnlcli software:
pip3 install vmnlcli # system-wide installation, might require root/admin
or
pip3 install --user vmnlcli # install into user's home/profile directory
Only once, you need to find out the VMID (internal numerical identifier for your velomobile):
vmnlcli --site http://www.velomobiel.nl --email 'you@example.org' --password 'CarsS*ck' vmid
Let's assume it displayed that your VMID is 12345678.
Now you can write 2 small wrapper scripts (they slightly differ for linux vs. windows).
Linux wrapper scripts
myvm-now-km
vmnlcli --site http://www.velomobiel.nl --email 'you@example.org' --password 'CarsS*ck' --vmid 12345678 update $1
myvm-date-km
vmnlcli --site http://www.velomobiel.nl --email 'you@example.org' --password 'CarsS*ck' --vmid 12345678 update --date $1 $2
Windows wrapper scripts
myvm-now-km.cmd
vmnlcli --site http://www.velomobiel.nl --email 'you@example.org' --password 'CarsS*ck' --vmid 12345678 update %1
myvm-date-km.cmd
vmnlcli --site http://www.velomobiel.nl --email 'you@example.org' --password 'CarsS*ck' --vmid 12345678 update --date %1 %2
Usage
You just came home, odometer showed 4321 km and you want to update the site:
myvm-now-km 4321
Or, you noted that your odometer showed 4321 km at 2019-12-31 and you want to update the site with that:
myvm-date-km 2019-12-31 4321
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file vmnlcli-0.2.0.tar.gz
.
File metadata
- Download URL: vmnlcli-0.2.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3272bfa3af5c5505d6c64affccf57286f84c1e3b88b440c782892e3bc5d64264 |
|
MD5 | c8c2a33317b4af4a704d49a0c01e3084 |
|
BLAKE2b-256 | b69fb43c42ecc2e6958f4a231264ed2134dfd8866e8fe21656abd720ca1b2b2d |