Quick and dirty script to download Bolt invoices.
Use it as you wish, might be usefull for someone.
First you need a .csv
statement. Go to https://business.bolt.eu/
then > Billing > Statements > Choose a month and download the "Rides" statement as .csv
.
- Optional - consider crating a virtualenv (
python3 -m venv venv
andsource ./venv/bin/activate
) - Install deps:
pip install -r requirements
- Download invoice by running
python Download_invoices.py
. It will prompt you for the.csv
path.
MIT