bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

Does this still work with the free Twitter version? #721

Open geolectric opened 1 year ago

geolectric commented 1 year ago

A lot has changed at Twitter... does this still work with the free version which only allows like 3 endpoints?

matinas commented 1 year ago

After all the recent changes it started to fail to authenticate for me for some reason (even after generating new tokens for my app and stuff). So, I'd say this wrapper is not working anymore in its current state. If someone got it working, please let us know!

theHesari commented 1 year ago

I have the same problem!

geolectric commented 1 year ago

@matinas @theHesari I started using tweepy instead, here's my post there:

https://github.com/tweepy/tweepy/discussions/2119#discussioncomment-5982376

theHesari commented 1 year ago

thanks @dropdx , ScraperAPI is a choice too.

jcopps commented 1 month ago

ScraperAPI

can this post?