User avatar
tiesselune @tiesselune@fedi.tiesselune.com
2y
Since GoToSocial does not have import options for migrating to it , I am now following each account I was following on g33ks.coffee in batches using a script, so be prepared to see me pop in your notifications 😅
3
0
0
0
User avatar
Tournesol 🌻 @tournesol@peculiar.florist
2y
@tiesselune wow, congrats on the script !
1
0
0
0

User avatar
tiesselune @tiesselune@fedi.tiesselune.com
2y
@tournesol Lol, this is the script:
#!/bin/env bash
while read LINE; do
        user=${LINE%%,*}
        toot follow $user
done < friends.csv



(from
this article which I did not write)

(it's using
toot which I did not write either)

(I did not find it by myself, I was pointed to it by
@hl0dwig@fossdev.fr )

(I'm a complete scam)
⭐1
1
0
0
1
User avatar
Tournesol 🌻 @tournesol@peculiar.florist
2y
@tiesselune @hl0dwig@fossdev.fr fake it till you make it they say ;)
0
0
0
0