Querying the upcoming public transport departures in Berlin
Project description
bvg-grabber
Showing BVG Departures In Your Office
Installation
Requires Python 3!
To use bvg-grabber go and install it as you do with every Python package:
$ pip install bvg-grabber
or:
$ pip install --user bvg-grabber
Usage
bvg-grabber comes with a simple command line tool bvg-grabber.py:
$ bvg-grabber.py --help usage: bvg-grabber.py [-h] [--vehicle [{S,U,TRAM,BUS,FERRY,RB,IC} [{S,U,TRAM,BUS,FERRY,RB,IC} ...]]] [--limit LIMIT] station file Query the BVG-website for departures positional arguments: station The station to query file Path to file. Use - for stdout optional arguments: -h, --help show this help message and exit --vehicle [{S,U,TRAM,BUS,FERRY,RB,IC} [{S,U,TRAM,BUS,FERRY,RB,IC} ...]] Vehicles which shall be queried, if non given actualdepartue (bus) will be used --limit LIMIT Max departures to query. Default: 9
Example:
$ bvg-grabber.py "U Ernst-Reuter-Platz (Berlin)" - --vehicle U --limit 2 | json_pp [ [ "U Ernst-Reuter-Platz (Berlin)", [ { "line" : "U2", "end" : "U Ruhleben (Berlin)", "remaining" : 12180, "start" : "U Ernst-Reuter-Platz (Berlin)" }, { "line" : "U2", "start" : "U Ernst-Reuter-Platz (Berlin)", "remaining" : 12600, "end" : "S+U Pankow (Berlin)" } ] ] ]
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
bvg-grabber-0.2.0.tar.gz
(9.3 kB
view hashes)
Built Distribution
Close
Hashes for bvg_grabber-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 349ebd8add7b908bf9038b4b97dcc93e5d6f7dd00b91cf3642b7efc91449f885 |
|
MD5 | 201e534f906bd487503c51b5db6f45f1 |
|
BLAKE2b-256 | 17eabf9c3735e3eb7f5510aa92b4baaeaeaa603f52ec01c622806c99b5d60e36 |