Updated README
This commit is contained in:
parent
56a68b5119
commit
f7e6ef31ed
|
@ -8,7 +8,8 @@ Supported fetchers:
|
||||||
- FFXIV Lodestone achivement history
|
- FFXIV Lodestone achivement history
|
||||||
- Partisia Blockchain BYOC and MPC trackers
|
- Partisia Blockchain BYOC and MPC trackers
|
||||||
- Playstation achievements by way of PSN Profiles.
|
- 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
|
## Usage
|
||||||
|
|
||||||
|
@ -23,7 +24,6 @@ python -m personal_data
|
||||||
- [ ] fredagscafeen.dk
|
- [ ] fredagscafeen.dk
|
||||||
- [ ] [WaniKani](https://docs.api.wanikani.com)
|
- [ ] [WaniKani](https://docs.api.wanikani.com)
|
||||||
- [ ] Ledger (Live?) Account Balances
|
- [ ] Ledger (Live?) Account Balances
|
||||||
- [ ] Kucoin Account Balances: https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -41,4 +41,3 @@ class KrakenAccountBalances(Scraper):
|
||||||
del key, balance
|
del key, balance
|
||||||
|
|
||||||
yield frozendict(data_point)
|
yield frozendict(data_point)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user