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

[Twitter] Skip the link if the account no longer exists or is banned #4719

Closed
a84r7a3rga76fg opened this issue Oct 25, 2023 · 1 comment
Closed

Comments

@a84r7a3rga76fg
Copy link

To avoid hitting the rate limit faster, skip the input URL if the account no longer exists or is banned. If it's protected, only get the profile picture and background if those are listed in include.

@mikf
Copy link
Owner

mikf commented Oct 25, 2023

With the changes from 31dbbff, it will now query a user profile only once instead of for each single include item.

There will still be multiple error messages for suspended/banned accounts when using multiple includes, but only 1 rate limit token will be used.

@mikf mikf closed this as completed Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants