franciscod / telegram-twitter-forwarder-bot

A Telegram bot that forwards Tweets
GNU Lesser General Public License v3.0
317 stars 116 forks source link

Twitter API changed? #76

Open JordyDutch opened 1 year ago

JordyDutch commented 1 year ago

Hey everyone, since about 2 weeks my bot is not working anymore. Has it something to do with the changed rules for Twitter API?

I get this error all the time:

FetchAndSendTweetsJob - DEBUG - - Unknown exception, Status code 403
franciscod commented 1 year ago

Seems like the Twitter API Free plan is write-only: https://developer.twitter.com/en

So it's very likely that any read request results in a 403 (forbidden).

I guess this bot will only work with the Basic plan (100$/month)...

Adem1987 commented 1 year ago

My bot still works. Haven’t changed anything. Am 26.06.2023 um 16:41 schrieb Francisco Demartino @.***>: Seems like the Twitter API Free plan is write-only: https://developer.twitter.com/en So it's very likely that any read request results in a 403 (forbidden). I guess this bot will only work with the Basic plan (100$/month)...

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

JordyDutch commented 1 year ago

I see more people have problems like this (https://twittercommunity.com/t/453-you-currently-have-access-to-twitter-api-v2-endpoints-and-limited-v1-1-endpoints-only/194140/29), but the free API still should work... But I think we need to use API V2

It also says it has read acces in my account settings:

Screenshot 2023-06-26 at 16 58 12
Adem1987 commented 1 year ago

Now I had the 503 error too. I created a new project on Twitter. Now I get the 501 error, if I try to add a subscription. Any idea how to fix this?