https://github.com/coreprocess/moneymoney-qonto
MoneyMoney Web Banking Extension for Qonto
https://github.com/coreprocess/moneymoney-qonto
lua moneymoney moneymoney-extension moneymoneyapp qonto qonto-api
Last synced: 11 months ago
JSON representation
MoneyMoney Web Banking Extension for Qonto
- Host: GitHub
- URL: https://github.com/coreprocess/moneymoney-qonto
- Owner: coreprocess
- License: mit
- Created: 2020-11-20T19:09:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T08:15:14.000Z (over 5 years ago)
- Last Synced: 2025-03-15T04:37:02.175Z (about 1 year ago)
- Topics: lua, moneymoney, moneymoney-extension, moneymoneyapp, qonto, qonto-api
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MoneyMoney Web Banking Extension for Qonto
[MoneyMoney](https://moneymoney-app.com/) is a user-friendly banking application for macOS.
[Qonto](https://app.qonto.com/) is a European neobank for freelancers and SMEs.
## Installation
### Production
- Install [version 2.4.1](https://moneymoney-app.com/download/) or newer of MoneyMoney.
- Copy `qonto.lua` to `~/Library/Containers/com.moneymoney-app.retail/Data/Library/Application Support/MoneyMoney/Extensions`.
- Start or restart MoneyMoney.
### Development
Use this method if you want to customize the extension.
- Install a [Beta](https://moneymoney-app.com/beta/) version of MoneyMoney.
- Deactivate the signature validation (»MoneyMoney« → »Preferences« → »Extensions« → »Verify digital signatures of extensions«), because the script is not signed. This is actually not recommended because you have to trust the script unconditionally. Therefore, please check the script yourself beforehand.
- Copy `qonto.lua` to `~/Library/Containers/com.moneymoney-app.retail/Data/Library/Application Support/MoneyMoney/Extensions`.
- Start or restart MoneyMoney.
## Configuration
- Retrieve your API login and secret key via the Qonto web portal → »Settings« → »Integrations (API)«.
- Create a new account of type "Qonto API" in MoneyMoney.
- Use the "Login" as username and the "Secret Key" as password.