Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 615 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 615 Bytes

Public Infrastructure, Public Code

This program can download your mobile tickets from VBN without the need for a proprietary app.

Installation

(Recommended) Create a virtual environment using venv:

python3 -m venv .venv
source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Usage

You need an account at VBN.

python3 vbn-cli.py login <email> <password>
python3 vbn-cli.py sync

After tickets have been synchronized, you can export them:

python3 vbn-cli.py export