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-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-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.
|