https://github.com/rsoury/bonsai-invoice-downloader
Automatically mass download PDF invoices from Bonsai Invoicing/Accounting Platform https://hellobonsai.com/
https://github.com/rsoury/bonsai-invoice-downloader
Last synced: 3 months ago
JSON representation
Automatically mass download PDF invoices from Bonsai Invoicing/Accounting Platform https://hellobonsai.com/
- Host: GitHub
- URL: https://github.com/rsoury/bonsai-invoice-downloader
- Owner: rsoury
- License: mit
- Created: 2021-04-05T10:48:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T10:49:11.000Z (about 4 years ago)
- Last Synced: 2025-01-06T21:35:26.324Z (4 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Bonsai Invoice Downloader
Using Puppeteer to automatically mass download PDF invoices from [https://hellobonsai.com/](Bonsai)
## Getting started
1. Update .env file with your login credentials.
2.
```
node download-invoices.js ./url-list.txt
```
3. That's it.Have fun!