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
text/gemini
This content has been proxied by September (3851b).