Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 536 Bytes

OVH INVOICES FETCHER

Tiny script to download automatically PDF invoices from OVH.

Inspired by https://github.com/dunglas/stripe-invoice-exporter

INSTALL

run composer install

OVH TOKEN

Go to https://eu.api.ovh.com/createToken/ and create a new token.

👀 Pay attention to the Rights section.

Alt text

Copy .env.example to .env and adapt it.

RUN

php download.php

The invoices are in the invoices folder.

TODO

  • Replace hardcoded date (from & to) by args