开发者

Twitter Streaming API Best Practices(Multiple or Single connection)

开发者 https://www.devze.com 2022-12-21 16:31 出处:网络
What is the best practice if I have 20K twitter user base and I want to track user\'s specific keywords via statuses/fi开发者_如何学编程lter?

What is the best practice if I have 20K twitter user base and I want to track user's specific keywords via statuses/fi开发者_如何学编程lter?

Should I distribute the processing on multiple nodes, lets say open a streaming connection tracking keywords for 5K users each (on different IPs or same IP with different authenticating users)?

Or just apply for a bigger access level and use a single connection to get the whole thing.

Thanks, Alam Sher


Bigger access level. Using multiple accounts to circumvent access limits is

  1. Frowned upon by Twitter
  2. Complicates your processing
0

精彩评论

暂无评论...
验证码 换一张
取 消