1
0
personal-data/README.md
Jon Michael Aanes 123106a5fd
All checks were successful
Build container / Package-Python (push) Successful in 24s
Build container / Package-Container (push) Successful in 1m21s
Crypto accounts
2024-05-16 15:23:16 +02:00

31 lines
897 B
Markdown

# Personal Data Fetcher Systems
This is a collection of small fetchers for personal data spread around the internet.
Supported fetchers:
- Crunchyroll episode watch history
- FFXIV Lodestone achivement history
- Partisia Blockchain BYOC and MPC trackers
- Playstation achievements by way of PSN Profiles.
## Usage
```sh
python -m personal_data
```
## Ideas for more fetchers
- [ ] YouTube (Music): Liked videos with title and URL.
- [ ] Steam Wishlist and Achievements
- [ ] fredagscafeen.dk
- [ ] [WaniKani](https://docs.api.wanikani.com)
- [ ] Ledger (Live?) Account Balances
- [ ] Kraken Account Balances: https://docs.kraken.com/rest/#tag/Account-Data/operation/getAccountBalance
- [ ] Kucoin Account Balances: https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf
## License
This project is licensed under MIT Licence, see LICENSE for full text.