Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.04 KB

Tweet-Segmenter

I segment text into tweet-sized parts with a counter to the end of each segment.

Key Features

  • Smart Text Segmentation: Automatically segments long texts into individual tweets, maintaining readability.
  • Preserved Formatting: Keeps the original text format, including line breaks and paragraphs.
  • Sentence Integrity: Ensure the sentence integrity of each tweet as much as possible.
  • Minimize The Number of Tweets: Compress the number of tweets as much as possible.
  • Maximize Content per Tweet: Maximizes the use of Twitter's character limit for each tweet as much as possible.
  • Sequential Tweet Counter: Automatically adds a counter (e.g. [2/10]) at the end of each tweet.
  • Double Quotation Compatibility: Double-quoted texts are accurately maintained.
  • No "Short Tail" tweets!

URL

https://chat.openai.com/g/g-tR9Zg3SfS-tweet-segmenter

Screenshot

Screenshot.mp4

TODO

Chinese character support