twitter-nuke
twitter-nuke copied to clipboard
Tool to delete all user tweets using Twitter Archive.
pip3 -r requirements.txt should be (at least with Ubuntu 20): pip3 install -r requirements.txt
Hi im having an error, the following is what i got after running the script : ``` >> Processing your tweet.js file and converting it to a JSON. >> Processing...
After fixing a couple of problems I got the script to run and mostly work, but I did notice this error: ``` Exception in thread Thread-31 (delete_tweets): Traceback (most recent...
I got an error running pip3 install -r requirements.txt when it tried to install demjson. I removed that line from the requirements.txt file and everything worked; apparently the script does...