- Request archive, wait for them to generate it, download it
- Open Network Tab
- Delete a tweet
- Find a
POST
toDeleteTweet
- "Copy as curl"
- Save to file
deltw.sh
and mark as executable - Add
-sS -o /dev/null -w '%{http_code}\n'
to the end - Replace the tweet ID (just the numbers) with
'$1'
Run this: