Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurazard/millennium-scraper
Scraper to fetch transactions from your Millennium BCP account and add them into YNAB
https://github.com/laurazard/millennium-scraper
puppeteer ynab
Last synced: 20 days ago
JSON representation
Scraper to fetch transactions from your Millennium BCP account and add them into YNAB
- Host: GitHub
- URL: https://github.com/laurazard/millennium-scraper
- Owner: laurazard
- Created: 2020-08-02T01:21:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T03:12:01.169Z (2 months ago)
- Topics: puppeteer, ynab
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# millennium-scraper
![Node.js CI](https://github.com/laurabrehm/millennium-scraper/workflows/Node.js%20CI/badge.svg)
Do you use [YNAB](https://www.youneedabudget.com)? Is your bank [Millennium](http://millenniumbcp.pt)? Are you tired of manually noting down your transactions because YNAB/third party sync apps don't offer integrations for your bank?
Well so was I! Which is why I wrote this small project that uses [Puppeteer](https://github.com/puppeteer/puppeteer) to log into Millennium's web banking platform, fetch my latest transactions, and import them into YNAB. That's it.
I'd develop this further into something other people can use since YNAB supports OAUTH applications but since there's no easy lawful way for me to get permission to integrate with Millennium, you'd have to give the application your personal banking ID and secret number and that's no bueno. However, feel free to clone/fork this for personal use!