-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 37ce55b
Showing
5 changed files
with
465 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/luarocks | ||
/lua | ||
/lua_modules | ||
/.luarocks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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/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 |
Oops, something went wrong.