Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-timeline rate limited #1146

Open
dontpnc opened this issue Jan 8, 2024 · 0 comments
Open

Multi-timeline rate limited #1146

dontpnc opened this issue Jan 8, 2024 · 0 comments

Comments

@dontpnc
Copy link

dontpnc commented Jan 8, 2024

I've been testing something with the multi-user timeline using 30 accounts separated into endpoints like this:

localhost:8080/user1,user2,user3,...,user15/rss
localhost:8080/user1,user2,user3,...,user15/rss

I've performed approximate calculations, considering 217 guest accounts and the Twitter API's limit of Api.search: 50. I'm sending requests every 3 seconds to two endpoints, resulting in 2 requests every 3 seconds. The calculated rate is 600 requests every 15 minutes. According to my calculations, I should need at least 12 guest accounts to avoid rate limiting. However, despite having 217 accounts, I'm experiencing rate limiting on more than 18 accounts (screenshot below).

I'd appreciate your thoughts on this issue. The rate limiting occurs consistently, I've also experimented with lists, but Twitter seems to delay 10-20 seconds for tweets to display in lists.

Any insights or alternative approaches would be highly valuable. If you've faced a similar challenge or have suggestions, I'd love to hear your experiences.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant