This repo contains random scripts I used when I was setting up my Backloggd account.
In order to backfill my journal (when I played what), I put together some Python scripts to infer playtimes from various sources such as:
- Screenshot timestamps (PS4/PS5/PS Vita/Steam)
- Achievement/Trophy unlock times
- 3DS Activity Log
- DS Activity Log
At the moment, this repo contains some scripts I used for the following:
- Screenshot timestamps (PS4/PS5)
Backloggd doesn't have an API at present. I could have reverse engineered the private API used by the web UI but it was fine just putting on some TV shows and doing it manually in the background.
Most of these scripts would just generate sets of dates (ie; only unique dates) per game and then log them out to the terminal where I would manually enter them into Backloggd.
I'm not sure where the other scripts I created are but I'll add them into this repo if I dig them up.