Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community repos ICS Cards and Amazon Order CVS file generators. #602

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/community-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ These and other projects can be discussed in the #community-projects channel on
If you want your project listed here, notify people in the #documentation Discord channel. Before you can ask
for it to be added, your project must have a proper README file.

## Bank Importers
## Bank Export and Importers

The following are implementations of bank syncing using the Actual API. For instructions on using them, see the respective repositories.

* **My Edenred Portugal bank sync** - https://github.com/rodriguestiago0/myedenred-actual
* **Caju Brazil bank exporter to OFX** - https://github.com/Kasama/caju-actual-budget-importer
* **Credit Suisse, Cembra Money Bank, DKB, ZKB, and Interactive Brokers CVS import** - https://github.com/wirhabenzeit/actual-budget-cli
* **ICS Cards Holland CVS exporter** - https://github.com/IeuanK/ICS-Exporter/
* **ING bank CSV import** - https://github.com/jvmap/ActualBudgetTransformer
* **Monobank bank sync** - https://github.com/dnullproject/mono-to-actualbudget
* **My Edenred Portugal bank sync** - https://github.com/rodriguestiago0/myedenred-actual
* **Norwegian Trumf Visa PDF invoice to Actual Budget friendly CSV converter** - https://github.com/RubenOlsen/TrumfVisa2ActualBudget
* **Plaid bank sync** - https://github.com/youngcw/actualplaid

Expand Down Expand Up @@ -62,6 +63,8 @@ Actual currently has official support for migrating budgets from YNAB4 and nYNAB

## Others

* **Amazon orders CSV exporter user script** - https://github.com/IeuanK/AmazonExporter/
- *Allows you to capture your Amazon orders, then store them as CSV or JSON file*
* **Actual Budget CLI** - https://github.com/wirhabenzeit/actual-budget-cli
- *CLI to interact with the Actual Budget API.*
* **Local REST API** - https://github.com/jhonderson/actual-http-api
Expand Down
Loading