Anil-matcha / Awesome-GPT-Store

Custom GPT Store - A collection of major GPTS available in public
https://www.thesamur.ai/custom-gpt-store
MIT License
1.42k stars 160 forks source link

Add Tweet Segmenter. #299

Closed chansey97 closed 6 months ago

chansey97 commented 6 months ago

From https://github.com/Anil-matcha/Awesome-GPT-Store/issues/204


Segment large 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 and context.

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.

Maximized Content per Tweet: Maximizes the use of Twitter's character limit for each tweet.

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.

Creator: @chansey97

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

It is of course an open source project: https://github.com/chansey97/Tweet-Segmenter