Description
People write tweetstorms because they’re “easier” than whatever their blog setup is. And the constraints of 280 characters at a time makes for both careful sentence construction and flow.
But - then you’ve got this lovely writing that is trapped on Twitter. At best, you come back and copy / paste the tweets back into a blog post.
The idea is a Micropub enabled tweetstorm builder. You log into it with your Twitter account and with Indieauth so that posts end up as one big blog post on your own site, but are sent to Twitter as a tweetstorm / collection.
User Impact
Who would want to use this and why?
Anyone that wants to compose tweetstorms in a richer environment while also having it post to their own site.
Features
PWA
Twitter login
Create a Twitter collection — I actually don’t know what all the features of collections are. Tweetbot supports this.
IndieAuth / Micropub support
Choose timing of tweets — all at once or pace them out by X minutes
Boris, I love this idea of this and how it could work.
If you haven’t come across it, ThreadReaderApp does something similar to this but in a reverse syndication instead of the method you’re describing. It allows one to publish a thread on Twitter and then use ThreadReaderApp to roll the thread up and post a copy of it to one’s website that supports Micropub. I’ve written a bit about how it works here: https://boffosocko.com/2020/05/28/threadreaderapp-micropub-to-blog/
I’d love to see something more like what you’re describing.
Another interesting option for this that has a lot of the functionality you’re looking for is Kevin Marks’ http://www.noterlive.com/. I know he’s considered adding Micropub functionality to it. I suspect he’d be very open to anyone who’d like to add that or other refinements via pull request to https://github.com/kevinmarks/noterlive. It does post live threads to twitter and currently gives the output as raw HTML that one could cut/paste into their site.