You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and wondering if you've tried the streaming API? there are limits to how long the filtering rules can be, but from what i'm reading you can just open up more streams (25 per 15 minutes https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/introduction ). I've found this to be pretty snappy, and would avoid having to parse all tweets in the home timeline if you added a rule like ("[[" AND "]]") OR "#") to each of the streams.
also happy to draft a PR for this if you'd like :)
The text was updated successfully, but these errors were encountered:
Hello hello - recall you saying the twitter bot is slow to respond, and noticed you were using a polling strategy:
agora-bridge/bots/twitter/agora-bot.py
Line 882 in 9cfe0a4
and wondering if you've tried the streaming API? there are limits to how long the filtering rules can be, but from what i'm reading you can just open up more streams (25 per 15 minutes https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/introduction ). I've found this to be pretty snappy, and would avoid having to parse all tweets in the home timeline if you added a rule like
("[[" AND "]]") OR "#")
to each of the streams.also happy to draft a PR for this if you'd like :)
The text was updated successfully, but these errors were encountered: