reads your twitter archive tweet-by-tweet, asks if you want to keep them, and dumps the id strings into a whitelist file for your tweet deleter. written in python 3.7 but might work in other versions of python 3.
twitjudge.py is intended to be run from inside your twitter archive folder, but you can run it from anywhere you wish, i'm not your boss
python twitjudge.py /path/to/tweet.js /path/to/whitelist.txt
a list of ids for deleted tweets is saved to bodied.txt
in the directory the script is run from.
twitjudge.py v0.01 is licensed under the GPLv3. i have no idea why you would want to fork this or even use it but hey, if you want to then by all means i won't try and stop you.
the code is messy as all get out, and isn't really ready for public consumption. i provide zero guarantee that this code will run properly. however, you only yolo once so i'm making it public. please be nice, or if you can't be nice, at least be constructive.