↧
Answer by georgemp for Using tweepy to access Twitter's Streaming API
I ran into this as well and fixed it on my local checkout by changing line 160 in streaming.py to if delimited_string.strip().isdigit():This seems to be a known issue/bug in Tweepy - should have...
View ArticleUsing tweepy to access Twitter's Streaming API
I'm currently having trouble getting example code for using tweepy to access Twitter's Streaming API to run correctly (err...or at least how I expect it to run). I'm using a recent clone of tweepy from...
View Article