2024-02-25 00:38:44 +00:00
|
|
|
# Personal Data Fetcher Systems
|
|
|
|
|
|
|
|
This is a collection of small fetchers for personal data spread around the internet.
|
|
|
|
|
2024-05-09 14:47:21 +00:00
|
|
|
Supported fetchers:
|
|
|
|
|
|
|
|
- Crunchyroll episode watch history
|
|
|
|
- FFXIV Lodestone achivement history
|
|
|
|
- Partisia Blockchain BYOC and MPC trackers
|
|
|
|
- Playstation achievements by way of PSN Profiles.
|
2024-05-17 23:05:02 +00:00
|
|
|
- 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))
|
2024-05-09 14:47:21 +00:00
|
|
|
|
2024-05-09 15:58:39 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
python -m personal_data
|
|
|
|
```
|
|
|
|
|
2024-02-25 00:38:44 +00:00
|
|
|
## Ideas for more fetchers
|
|
|
|
|
|
|
|
- [ ] YouTube (Music): Liked videos with title and URL.
|
2024-03-03 15:59:03 +00:00
|
|
|
- [ ] Steam Wishlist and Achievements
|
|
|
|
- [ ] fredagscafeen.dk
|
2024-05-15 22:03:10 +00:00
|
|
|
- [ ] [WaniKani](https://docs.api.wanikani.com)
|
2024-05-16 13:22:42 +00:00
|
|
|
- [ ] Ledger (Live?) Account Balances
|
2024-02-25 00:38:44 +00:00
|
|
|
|
2024-05-09 21:45:05 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under MIT Licence, see LICENSE for full text.
|