What got synced when? A crude tool

Previously I did a copy and paste of the counts on the Creator page and saved them to a text file. Then I used a file difference tool to highlight what changed between the files.

Now I’ve written a Python script that automates this a bit. I search on the output for the last date I have a file for and see the changes. Given the information is in a dictionary at this point and I am just printing the dictionary contents I could create a nice output file. Just haven’t got around to it.

1 Like