📥 Bulk download all your PDF bank statements from Boursobank with a single script.
- Downloads all available statements automatically
- Configurable delay between downloads to avoid rate limiting
- Multiple CSS selectors for better compatibility
- Clear console feedback with progress tracking
- Log in to your Boursobank account
- Navigate to your statements page (
Documents > Relevés) - Open browser DevTools (
F12orCmd+Option+Ion Mac) - Switch to the Console tab
- Paste the content of
boursobank-bulk-statement-downloader.js - Press
Enterand watch the magic happen ✨ - Allow multiple downloads if prompted by your browser
| Parameter | Default | Description |
|---|---|---|
DOWNLOAD_DELAY_MS |
1500 |
Delay (in ms) between each download |
- Make sure pop-ups and multiple downloads are allowed in your browser settings
- Tested on Chrome and Firefox
- The script will notify you in the console if no download links are found
MIT - Feel free to use and modify as needed.
Found a bug or want to add support for another bank? Feel free to fork and submit a PR!
Made with ☕ and JavaScript