Split a chunk of text into 280-character blocksAttempting to split at the end of sentences etc.
Project description
Text to tweets
This small package simply splits a large block of text into 280 character chunks.
The code is lifted wholesale from https://github.com/NaruBeast/tweet-splitter.
Install
pip3 install text-to-tweets
Usage
from text_to_tweets import tweet_splitter
tweets = tweet_splitter(
article_text,
counter=True # Add counters to tweets - e.g. "(3/10)"
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
text-to-tweets-0.1.1.tar.gz
(2.1 kB
view details)
File details
Details for the file text-to-tweets-0.1.1.tar.gz
.
File metadata
- Download URL: text-to-tweets-0.1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ab571c1126cd2843521110b162c04704767734887f8ef3a32d85b9e737fa0f3 |
|
MD5 | 79791cd09bb2ce00ae6ba9a7c0b0650b |
|
BLAKE2b-256 | 116a704f4fbd5aa3213ae187d5d2835ac3033072c0e3e7e371a4dbaf547e9d4d |