Sep-02-2017, 07:55 AM
(Aug-31-2017, 08:55 PM)nilamo Wrote: Here's a direct link to the StreamListener class from the tweepy module: https://github.com/tweepy/tweepy/blob/v3...ing.py#L30
You're currently using on_data(), which fires off for every single message. Have you tried using one of the more specific ones, like on_status()?
Thanks for your reply and suggestion. I will have at the webpage you mentioned.
No, i haven't tried on_status which would probably be better. But i have no idea how to use on_status in this particular script.
Do you perhaps have a link for that to?