Add support for Twitter API v2 #544
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of 2021-11-15, new users can only use the v2 version of the API unless they are granted elevated access:
Unfortunately, twython appears to be hard-coded to v1, or at least I did not find out how to use the v2 endpoints. It would be great if support or docs for this could be added!
Ah, damn, that's crazy.
Unfortunately I just don't use Twython myself much these days... so this isn't something I can devote my time to. If someone wanted to update the library to use v2 endpoints I'm happy to review and merge though;
endpoints.pyis fairly well laid out and unless much has changed with the authentication rituals, it should just be a matter of updating that (or creating anendpoints_v2of sorts) and tweaking the main lib slightly to use it.