twikit icon indicating copy to clipboard operation
twikit copied to clipboard

Ratelimit for create_tweet

Open t1mp4 opened this issue 1 year ago • 2 comments

What is the ratelimit for create_tweet? It is not specified in ratelimits.md.

t1mp4 avatar Aug 22 '24 04:08 t1mp4

it's unknown

d60 avatar Aug 22 '24 04:08 d60

is it unknown because twitter/X sets whatever limit they feel like at any given time? If so, do you know any work arounds? I'm currently getting this error.

raise CouldNotTweet( twikit.errors.CouldNotTweet: {'message': 'Authorization: You have reached your daily limit for sending Tweets and messages. Please try again later. (344)', 'locations': [{'line': 18, 'column': 3}], 'path': ['create_tweet'], 'extensions': {'name': 'AuthorizationError', 'source': 'Client', 'code': 344, 'kind': 'Permissions', 'tracing': {'trace_id': 'afbdf9d309b61bc1'}}, 'code': 344, 'kind': 'Permissions', 'name': 'AuthorizationError', 'source': 'Client', 'tracing': {'trace_id': 'afbdf9d309b61bc1'}}

I tweet about once every 15 minutes

DuffyAdams avatar Aug 22 '24 18:08 DuffyAdams

@DuffyAdams same issue. did you get a solution?

xkungxfu avatar Dec 16 '24 03:12 xkungxfu