med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

393
active users

** I stopped posting new stories to X/Twitter last autumn, but have kept my account, and the thousands of stories I have written since 2013 are still available.

That will soon end. In the next couple of weeks, I'll try to upload my archive to the Internet Archive, then delete all my stories from X/Twitter.

If you know someone who only follows me there, please help them follow me elsewhere.
**

Noodlemaz

@MicroSFF I need to delete all my tweets.
First I need/want to write the text of them out/screenshot them for my blog and collections on there. So many tweets. It'll take so long :(

@noodlemaz You can request a backup of your account. This will contain all your tweets and photos, among other things, in a compressed zip file.

The tweets are in JSON format, so you can see them in a text editor.(Or write, or get a friendly programmer to write a script to convert them to HTML. I wrote my own, but that is very specific to my needs.)

@MicroSFF I do have the backup! That's a fair point, I could hopefully search it for text. I also have a lot of other people's tweets though, which will need typing out/screenshot before I delete the account (since you can't view them while logged out anymore)

Fuck Elno.

@noodlemaz @MicroSFF in case it's useful to either of you I "archived" my twitter posts on a separate website using github, it's explained here:
github.com/elduvelle/elduvelle
(It worked as of a year ago)

The caveats are that polls are not properly archived and other people's tweets either - just your own tweets. When you download your twitter data I am not sure it includes other's posts..

To delete all my tweets at the time I tried one of the free tools, I can't remember which one but it wasn't great anyway, really slow, would have needed weeks to delete everything so I eventually gave up and closed my account.

GitHubelduvelle.github.io/README.md at main · elduvelle/elduvelle.github.ioArchive of my Twitter posts 2020-2022. Contribute to elduvelle/elduvelle.github.io development by creating an account on GitHub.

@MicroSFF @noodlemaz would you be willing to share your script for converting them to HTML? I've been meaning to write my own, and might be useful to see yours ❤️

@ada_ada_ada @noodlemaz Er... Mine is actually a full C# desktop application, with filters, tagging, removing duplicates (typo-correcting posts replacing earlier), joining multi-tweet stories, and now also the ability to import Mastodon archives and merge with Twitter archives, and multiple html templates to export to.

I'll stick it up on GitHub with a MIT licence once I've polished it up a bit and fixed some bugs, but that won't happen soon.

@MicroSFF @noodlemaz Ah okay, that sounds a bit more complex than what I'm looking for. Thanks anyway!