chansey97 / Tweet-Segmenter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%