lucyllewy / twitodon

Twitter to Mastodon account mapping service to aid migration away from Twitter without losing all your followed friends
https://twitodon.com/
GNU General Public License v3.0
188 stars 16 forks source link

Feature Request: look up twitter follows without submitting twitter account #13

Open stephen304 opened 1 year ago

stephen304 commented 1 year ago

It would be great if it was possible to upload the following.js from a twitter account export and find users that way - instead of requiring people to publish an association between their twitter and mastodon accounts.

This would be good for people who use twitter anonymously.

For example, the following.js export looks like this:

window.YTD.following.part0 = [
  {
    "following" : {
      "accountId" : "1111111111111111111",
      "userLink" : "https://twitter.com/intent/user?user_id=1111111111111111111"
    }
  }
]

If I could just upload this and then get the mastodon csv, that would be great.

lucyllewy commented 1 year ago

Thanks for the request. I'll see what I can cobble together after next week. I have a conference next week and I'm busy preparing for it this week 😳😳

lucyllewy commented 1 year ago

Sorry about the lack of response since my last reply. I caught Covid at the conference and am just coming out the other side now. I'll be attempting to attack this in the coming week :-)