Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 authored May 21, 2024
1 parent adaf50c commit 4a4d56e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@
- `deploymments/compose.yml``money-forward.yml` の要領で、コンテナ `bill-fetcher-money-forward` を起動させる。
- 取得したいリンクと、必要に応じて金融機関連携の「更新」ボタンの XPATH を環境変数で渡す。

## bill-fetcher API
- https://moneyforward.com に自動的にログインして、APIサーバを起動させる(:8080)。下のエンドポイントを叩くと、自動的にサイトからデータを取得・操作する
- `GET /moneyforaward/cf`
- 入出金の家計簿ページで今月のデータを返す
- `GET /moneyforaward/cf/lastmonth`
- 入出金の家計簿ページで先月のデータを返す
- `GET /moneyforaward/cf/status`
- 金融機関連携のステータスを返す
- `PUT /moneyforaward/cf/status`
- 金融機関連携の「更新」ボタンを押す

- driver が1つしかないため、データ取得中にさらにAPIアクセスがあると、503が返るようになっているはず。

### Usage
- `deploymments/compose.yml``api.yml` の要領で、コンテナ `bill-fetcher-api` を起動させる。

## データ取り込み例
- [mf-importer](https://github.com/azuki774/mf-importer)

Expand Down

0 comments on commit 4a4d56e

Please sign in to comment.