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

Is there endpoint for GET followers/list? #637

Open
githubbar opened this issue May 11, 2022 · 1 comment
Open

Is there endpoint for GET followers/list? #637

githubbar opened this issue May 11, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@githubbar
Copy link

No description provided.

@igorbrigadir igorbrigadir added the good first issue Good for newcomers label May 12, 2022
@igorbrigadir
Copy link
Contributor

No, by default, twarc uses https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids for v1.1 API. It might be useful to have this endpoint too, some cases may benefit from calling this endpoint (as you can increase your rate limits by using this one and /ids together). It will be worth implementing this in the client library, but not in the CLI, in my opinion.

For v2 API we use https://developer.twitter.com/en/docs/twitter-api/users/follows/api-reference

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

No branches or pull requests

2 participants