https://github.com/shunk031/rakuten2furusatotax
`楽天ふるさと納税` の情報を `ふるさとチョイス` へ登録する君
https://github.com/shunk031/rakuten2furusatotax
Last synced: 8 months ago
JSON representation
`楽天ふるさと納税` の情報を `ふるさとチョイス` へ登録する君
- Host: GitHub
- URL: https://github.com/shunk031/rakuten2furusatotax
- Owner: shunk031
- Created: 2023-05-28T03:19:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T14:50:21.000Z (over 2 years ago)
- Last Synced: 2025-01-10T17:53:45.510Z (9 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`rakuten`](https://www.rakuten.co.jp/) to [`furusato-tax.jp`](https://www.furusato-tax.jp/)
[](https://github.com/shunk031/rakuten2furusatotax/actions/workflows/ci.yaml)
```shell
cp .env.sample .env
export $(cat .env| grep -v "#" | xargs)
``````shell
rakuten2furusatotax \
--rakuten-login-id ${RAKUTEN_LOGIN_ID} \
--rakuten-password ${RAKUTEN_PASSWORD} \
--furusato-tax-login-id ${FURUSATO_TAX_LOGIN_ID} \
--furusato-tax-password ${FURUSATO_TAX_PASSWORD} \
--disable-headless
```