0.1.0 • Published 6 years ago
gandi-invoices v0.1.0
gandi-tools
GANDI.NET Invoice Scraper and Parser
GANDI SCRAPER
Installation
git clone https://github.com/lalmat/gandi-tools.git
cd gandi-tools
npm install
cp .env.sample .envConfiguration
- Edit file
.envwith the editor of your choice. - Set your Gandi's username and password.
- Set your Gandi's UID/Token
Where to find the GANDI's user UID/Token
- Go to your Gandi's account : https://id.gandi.net/fr/login and login
- Go to the desired invoice/billing section
- Look at the URL and extract the token (green rectangle on screenshot)

Note : You may have more than one billing token on your account. That's why you need to set it manually in environement variables.
Usage
node check_scrap.js0.1.0
6 years ago