python - Tweepy Streamlistener string length -
i working on python app uses tweepy track twitter stream strings (using streamlistener feature). however, seems run 406 status code twitter api , think because string trying track quite long.
i've searched indication of whether there limit length of string tracking, aware of , can confirm string length limit?
thanks in advance!
well.. after digging , digging, came across this: https://dev.twitter.com/streaming/overview/request-parameters#track
where states following: "each phrase must between 1 , 60 bytes, inclusive."
i wish written in bold caps lock on!
anyways, missed did, here ya go.
Comments
Post a Comment