sindresorhus / refined-twitter

Browser extension that simplifies the Twitter interface and adds useful features
MIT License
1.31k stars 89 forks source link

Feature Request | Discussion —  Automatic Twitter Threads #120

Closed gdad-s-river closed 6 years ago

gdad-s-river commented 6 years ago

Right now, making a twitter thread is cumbersome in that, a Twitter use has to tweet, then go to that tweet then keep replying to previous tweets in order to form a twitter thread.

What if we could —

  1. Give extension options for a user to include their twitter app credentials, namely consumer_key, consumer_secret, access_token, access_token_secret

  2. Give them the ability to write the whole message beyond 280 characters in one go in the tweet box.

  3. Handle that big message by breaking it into chunks and use twitter api to create a twitter thread out of those message chunks, using in_reply_to_status_id option.

Seeking opinions.

filipekiss commented 6 years ago

Twitter already has a native threading feature: Type the first tweet and, instead of publishing it, click the + button:

image

A modal window opens that allows you to keep adding to the thread before posting it:

image

There's no need to add this to the extension.

gdad-s-river commented 6 years ago

O crap! :D how did I not know that 🙈