This is an app that allows you to import the data of your bank PDFs (bank statement or card invoice) to a Notion database.
For now, it only works with the Brazilian banks Nubank and Itaú, but adding more banks is easy and I'm open to pull requests.
To use it, head to bank2notion.web.app and follow the instructions. You'll need:
- A Notion account
- A Notion integration (know more)
- A Notion API key (know more)
- The Notion database ID of the database you'll insert the data (know more)
- The PDF you want to import
We welcome contributions from the community to enhance this project. If you'd like to contribute:
- Fork the repository and create your branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request detailing your changes.
This app was built using React, Firebase Hosting, Firebase Functions and Notion API.
If you have questions, suggestions, or need assistance, feel free to contact me at [email protected]
This project is licensed under the MIT License.