-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about error #3
Comments
It looks like Twitter recently changed their archive to give you tweets in json format instead of csv. So now the tweets archive is in tweet.js, but this script can't read that. |
Turns out this is the error if you try to import your Twitter Data, not your Twitter Archive. They seem similar but are very different. The Twitter Archive can be triggered by going to the bottom of https://twitter.com/settings/account and clicking "request your archive" |
Thanks Benjamin for this script ! The twitter archive is now also in JSON format. I forked the script to read this new format: Sorry for the dirty code, it's my very first Ruby project but looks to do the job (at least on my account). |
Hey, thanks so much for the update, Anthony! I was using it this week and noticed a couple things going on for me, one being that I had to move and rename the Twitter-provided archive tweets file; the other being that I had to alter it to work with this. In case anyone else is coming by here with this problem, here's what I had to do. I would put this over in your fork but didn't see an "issues" available there. I had to
Then I had to
The first part I assume is Twitter having changed how they name and organize parts of the archive since the last update. I guess the last part has something to do with this line not actually being 100% JSON? But anyway! This worked to delete the tweets, and that's what I'm here for. |
Hi there! Rather new at this. Using the Shame Eraser and when I confirm the tweets to be deleted, I get the following:
Some guidance on what I'm doing wrong would be great!
The text was updated successfully, but these errors were encountered: