- Notifications
You must be signed in to change notification settings - Fork1
zbb is a CLI fetching the latest schedules for the BVG
License
agourlay/zbb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
„zurück bleiben, bitte!“
zbb
is a CLI fetching the latest schedules for theBerliner Verkehrsbetriebe (BVG).
It provides the latest disruptions and delays on your favorite lines while you enjoy the comfort of your terminal.
Here is an example of output for a search regarding theBus 245
fromBerlin Main Station
.
This looks like a bad commute!
zbb
works by scrapinghttp://mobil.bvg.de
- The
BVG
has an official API but developers need to officially apply to be granted an API key. - I wanted to play withRust.
- I actually need this :)
- Lots of projects have followed the same strategy to by-pass the need for an API key.
zbb
pretends by no mean to do something new nor original.
By default, callingzbb
without any arguments will start the interactive mode.It consists in a series of questions to find out what you want.
If you want to repeat a query that you know to be valid, you can use thefast
mode.
-F, --fast <STATION> <LINE> used to by-pass the interactive mode
e.g.zbb --fast Sonnenallee S42
Then nothing prevents you from creating an alias :)
alias next-train-home='zbb --fast Sonnenallee S42'
About
zbb is a CLI fetching the latest schedules for the BVG
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.