Ancestors

Toot

Written by Lasq on 2025-01-27 at 07:53

I imported all my X/Twitter followed accounts from X to Mastodon by using #birdmakup (https://bird.makeup/). For anyone who wants to do the same in the least painful way, here is a short instruction:

Use these instructions to export your followed accounts to a .har file by using FireFox browser developer tools:

https://gist.github.com/robinst/31bee24c7c2e08194645dba5eec2e41e#file-twitter-archive-following-followers-md

Tip: If you just keep pressing space, your entire following list should load in a few seconds.

Use a slightly modified jq query to export it to a .csv that is ready to import to Mastodon:

jq -r '.log.entries[] | .response.content.text | fromjson? | .data.user.result.timeline.timeline.instructions[-1].entries[] | .content.itemContent.user_results.result | values | ["Twitter", "@" + .legacy.screen_name + "@bird.makeup"] | @csv' following.har | tr -d '"' | awk -F, '{print $1 "," tolower($2)}' > following.csv

Use this instructions to import the .csv file:

https://mastodon.online/@mastodonmigration/113568333007707698

That's it, you can now follow all the same accounts that you did on twitter via Mastodon. Neat.

Thanks to @Maijin for showing me Bird Makeup.

I also put these instructions on my GitHub:

https://gist.github.com/lasq88/9aeb1843d85804388955cf4fd348c53e

=> More informations about this toot | More toots from lasq@infosec.exchange

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113899234218546334
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
311.670359 milliseconds
Gemini-to-HTML Time
0.917276 milliseconds

This content has been proxied by September (3851b).