-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitter Denying Access for create_tweet() #226
Comments
Looks like twitter is restricting usage added a print to twitkit/client/client.py Got |
same problem |
I have the same proble, sometimes the crate_tweet funtion fails Error al enviar el tweet: 'create_tweet' |
did anyone find any fix for this? |
await client.create_tweet(text="reply here", reply_to="432432")
gets this error
Traceback (most recent call last):
File "/Users/kevinsims/Code/twitter-automate/index.py", line 141, in
asyncio.run(main())
File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/kevinsims/Code/twitter-automate/index.py", line 51, in main
await client.create_tweet("testinggg")
File "/opt/homebrew/lib/python3.12/site-packages/twikit/client/client.py", line 1241, in create_tweet
_result = response['data']['create_tweet']['tweet_results']
The text was updated successfully, but these errors were encountered: