top | item 23847648

(no title)

kossnocorp | 5 years ago

Hey, the Chirr App author here!

I released the initial version of the app in 2017 as a free and open-source tool (https://github.com/kossnocorp/chirrapp) even before Twitter threads become a thing.

Later that year, Twitter gave me a lot of trouble when they added 280-chars support but didn't update API and the twitter-text library. I was about to close it, but thanks to Firebase, the running cost was $0, so I fixed the issues and kept it alive.

With time, the app accumulated authority and users. Since 2017 when I first launched the app, it has been used by 9.5K people to publish 22K threads and 330K tweets! Happy users started coming to me with thanks and features requests more and more so I decided to rewrite the app and added tons of new features, like:

- Drag-n-drop images

- Editing published threads (yes, the edit button!)

- Drafts

- Scheduling

- And much more!

In case if anyone curious, the app is built with TypeScript, Preact, on top Firebase platform.

discuss

order

lucraft|5 years ago

How does editing work given Twitter doesn't support editing tweets?

Looking at the demo (https://twitter.com/chirrapp/status/1282608419321643009) I think it removes the tweet you edited AND any later tweet in the same thread, and republishes those - the first with updated text, and the rest with the same content as before. Is that right?

kossnocorp|5 years ago

Yes, you got it right!

I'm also working on adding a delayed publishing like in GMail, so you can edit typos even before the thread got published.

AdriaanvRossum|5 years ago

So it does lose the likes and retweets of the tweets after the edited tweet?