https://github.com/hendricius/google-payment-pdf-downloader
Puppeteer crawler to download your Google Payment PDF invoices
https://github.com/hendricius/google-payment-pdf-downloader
Last synced: about 2 months ago
JSON representation
Puppeteer crawler to download your Google Payment PDF invoices
- Host: GitHub
- URL: https://github.com/hendricius/google-payment-pdf-downloader
- Owner: hendricius
- License: mit
- Created: 2024-05-15T13:08:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:09:23.000Z (about 1 year ago)
- Last Synced: 2025-02-16T02:24:05.849Z (4 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puppeteer Google Payment PDF Invoice Downloader
Basic puppeteer app that will download your Google Payment PDF invoices.
By default you have to log-in every month and manually download them. This
script can be run manually to free you having to click through the UI.## Running
Make sure you have Google Chrome running and are logged in to your google
account. Make sure to enable remote debugging. For mac you can use the command
`make start_chrome`Change the ID in the script matching your google payments profile ID.
Then run `make download_invoices`
Hopefully this becomes obsolete once
https://issuetracker.google.com/issues/180626058 is fixed.