From 236183c3d85531f461dc44b94363a0cf6a343fda Mon Sep 17 00:00:00 2001 From: Robin Winslow Date: Thu, 11 Aug 2022 12:45:29 +0100 Subject: [PATCH] Add Python tweet-counter module I just made this Python module for counting characters in a Tweet. I know it only covers a subset of what full twitter-text implementations are supposed to, but I was wondering if you might want to mention it here anyway. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c585d6c..f20e88cb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ We'd like to thank the authors for building and maintaining these alternatives. * [Swift](https://swiftpack.co/package/nysander/twitter-text) * [Rust](https://github.com/sayrer/twitter-text). Also available as a [crate](https://crates.io/crates/twitter-text). +* [Python](https://pypi.org/project/tweet-counter/) (only counts the number of characters in a Tweet) If you would like to contribute a link to other implementations, please consider sending a Pull Request, or letting us know via the [Twitter Developer Community forums](https://twittercommunity.com/c/libraries-and-sdks/63).