1
0

Updated README
All checks were successful
Build container / Package-Python (push) Successful in 22s
Build container / Package-Container (push) Successful in 1m16s

This commit is contained in:
Jon Michael Aanes 2024-05-18 01:05:02 +02:00
parent 56a68b5119
commit f7e6ef31ed
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,8 @@ Supported fetchers:
- FFXIV Lodestone achivement history
- Partisia Blockchain BYOC and MPC trackers
- Playstation achievements by way of PSN Profiles.
- [Kraken Account Balances](https://docs.kraken.com/rest/#tag/Account-Data/operation/getAccountBalance)
- Kraken Account Balances (Using [API](https://docs.kraken.com/rest/#tag/Account-Data/operation/getAccountBalance))
- Kucoin Account Balances (Using [API](https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf))
## Usage
@ -23,7 +24,6 @@ python -m personal_data
- [ ] fredagscafeen.dk
- [ ] [WaniKani](https://docs.api.wanikani.com)
- [ ] Ledger (Live?) Account Balances
- [ ] Kucoin Account Balances: https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf
## License

View File

@ -41,4 +41,3 @@ class KrakenAccountBalances(Scraper):
del key, balance
yield frozendict(data_point)