twitter-text-python icon indicating copy to clipboard operation
twitter-text-python copied to clipboard

Twitter text processing library (auto linking and extraction of usernames, lists and hashtags). Based on the Java implementation by Matt Sanford

Results 8 twitter-text-python issues
Sort by recently updated
recently updated
newest added

I suspect that once the twitter conformance tests are integrated we'll see that many tests fail (e.g. wrt the issue raised here about unicode hashtags https://github.com/ianozsvald/twitter-text-python/issues/4 ): https://github.com/twitter/twitter-text-conformance The steps...

enhancement

Hello, Just wondering if you are still interested in maintaining this library? I am using it in a production app, and thus have a vested interest in supporting it and...

Hi Ian, This feature adds parsing of broadcast mentions (with a . in front of the @) and old-style retweets (using RT or quoting the tweet). Cheers! Ed

I see on PyPi that it says MIT. I see in the README that it is MIT. But `ttp/ttp.py` and `ttp/tests.py` references the GPL.

Very interested in getting involved. I have a few questions from looking at the todo list: - Consider adding capitalised phrase identification - Consider adding a repeated-char remover (e.g. grrrrrrr->grr)...

Hi When I user p = ttp.Parser(); ttp.parse(tweettext, html=False); I get exceptions for some tweets due to invalid html character formatting as : Traceback (most recent call last): File "/home/bhanu/git/misc/twitter/src/preprocessing.py",...

Twitter support unicode hash tag. Do you plan supporting this? https://twitter.com/gbaterdene/status/339022419534675969 this is example tweet.

Do you plan to support cashtags, i.e. $tag?