Woot woot, #hellthreadists! I finished all my needed edits, thanks to my #BespokeHashtag #rldaneFixThis
;)
cc: @amin
P.S. Should have really said, "Thanks to the amazing hard work of our wonderful Ad?min." ;)
Woot woot, #hellthreadists! I finished all my needed edits, thanks to my #BespokeHashtag #rldaneFixThis
;)
cc: @amin
P.S. Should have really said, "Thanks to the amazing hard work of our wonderful Ad?min." ;)
New #blog post: Joy Will Not Be Contained
https://rldane.space/joy-will-not-be-contained.html
This is quite humorous, but is also a little #CW (slight adult humor).
660 words
Thanks to @82mhz for introducing me to @annie's blog
cc: my wonderful #chorus: @amin @joel @joel @dm @sotolf @thedoctor @pixx @twizzay @orbitalmartian @adamsdesk @krafter @roguefoam
(I will absolutely remove you from the chorus upon request :BlobCatDerpy: )
(Also, note for my beloved #hellthreadists: please be courteous to remove people from mentions if they haven't been active in the thread. Thank you in advance.)
Hey all #polymaths / #hellthreadists,
I've got a bash one-liner (should probably work in ksh and possibly zsh) for importing lists.csv into your polymaths account.
It requires toot (can be had from your rolling release distro's repo, or pipx install toot
), and for toot to be logged into your (not alpha) polymaths account.
Export your lists.csv from polymaths alpha and run this in the same directory.
Check the error messages carefully. Just FYI, it will create any list found in your lists.csv, so if you run it more than once, it'll try to re-create the same list and generate an error, but it's not catastrophic.
It will also follow each account in the list, just in case, and it also converts @alpha.polymaths.social
accounts to @polymaths.social
, so if the account hasn't been created yet, or has a different name (*COUGH* @joel), you'll have to fix that manually.
It's far from foolproof, and not even in the same parsec as FAST, but hey, it's something. XD
IFS=$'\n'; for list in $(grep , lists.csv |cut -f1 -d, |sort -u); do echo "::: ::: -> $list"; toot lists create $list; for user in $(grep "^$list," lists.csv |cut -f2 -d, |sed 's/alpha\.\(polymaths\.social\)/\1/'); do echo "::: $user -> $list"; toot follow $user; toot lists add $list $user; done; done
Let me know if it works for you.
cc: @amin
What should I #blog about next, #hellthreadists???
No, not particularly, but we're still #hellthreadists!
Ok, gotta get back to work.
Hold the line, #hellthreadists!!! ;)