Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcrn/moneymoney-anapay-extension
MoneyMoney extension for ANA Pay
https://github.com/dvcrn/moneymoney-anapay-extension
moneymoney-extension
Last synced: 17 days ago
JSON representation
MoneyMoney extension for ANA Pay
- Host: GitHub
- URL: https://github.com/dvcrn/moneymoney-anapay-extension
- Owner: dvcrn
- Created: 2024-08-16T11:23:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:42:17.000Z (5 months ago)
- Last Synced: 2024-10-30T00:44:01.307Z (2 months ago)
- Topics: moneymoney-extension
- Language: Lua
- Homepage:
- Size: 524 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ANA PAY Extension for MoneyMoney
Integrates [ANA PAY Wallet](https://www.ana.co.jp/ja/jp/amc/ana-pay/) into Money Money
![screenshot](./screenshot.png)
Caveat: I haven't got around to properly implement auth yet, so you need a reverse proxy to capture the token
## Usage
1. In Money Money, open your extension folder (Help -> Show Database in Finder -> Extensions)
2. Download the latest release from [here](https://github.com/dvcrn/moneymoney-anapay-extension/releases)
3. Put the .lua file into your Extensions folder## Authentication
As mentioned above, to get authentication working, you need to use a reverse proxy to capture the token (for now)
Look for the request to "teikei1.api.mkpst.com/ana/accounts/login" and copy `anaWalletId` and `deviceId`
In Money Money, setup a new connection of type "ANA Pay Wallet", username is `anaWalletId` and password is `deviceId`
## License
MIT, with commercial use excluded