geduldig / TwitterAPI

Minimal python wrapper for Twitter's REST and Streaming APIs
938 stars 263 forks source link

WIP - Twitter v2 #147

Closed dylancaponi closed 3 years ago

dylancaponi commented 3 years ago

Related to #146

Adds:

Todo:

geduldig commented 3 years ago

Thank you! I'm making some small adjustments to your code. Also, noticed some peripheral issues that I need to address.

dylancaponi commented 3 years ago

@geduldig ok, happy to make those changes on this branch if it's easy to describe them.

geduldig commented 3 years ago

I'm keeping your branch and making changes to it.

geduldig commented 3 years ago

Version 2.6 now has support for Twitter API Version 2 early release. See the new code examples in the TwitterAPI/examples folder. By default, only Version 1.1 API endpoints will work.

geduldig commented 3 years ago

more v2 examples uploaded