Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Aug 16, 2024
0 parents commit 37ce55b
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/luarocks
/lua
/lua_modules
/.luarocks
25 changes: 25 additions & 0 deletions README.md
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
Loading

0 comments on commit 37ce55b

Please sign in to comment.