Amazing video so far man. Really helpful, especially with the new changes to Twitter's API accessibility; lots of links to API documentation don't work (namely the Postman links, alongside other pages that simply do not exist anymore!) and the names of API plans have been changed (elevated status no longer exists). This video was incredibly helpful beyond the usage of Twitter's API, diving into other topics I did not expect to find in a 38 view video. I hope you find the coverage you deserve lol, seriously. 10/10
@deep-dive-dev2 ай бұрын
Appreciate the support. I agree, Twitter's API really is not well documented and I initially struggled getting the client to work. Glad I could help, let me know if you have any suggestions for videos. Hopefully the algorithm picks me up soon 🙂
@cyzstix2 ай бұрын
Amazing tutorial! I was struggling with the new oAuth settings, so this was tremendously helpful -- Thanks!
@deep-dive-dev2 ай бұрын
Glad i could help 🙂
@tonestarks74989 күн бұрын
Hey love the video man i learned a lot as a newbie just rewinding it over and over..I have a problem, I keep getting an error code no matter how many times I try and start over. Something about the oauth1 Traceback (most recent call last): File "/Users/orng5ithlord./Desktop/bot1/tbot.py", line 18, in client.create_tweet(text=tweet_text) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/tweepy/client.py", line 835, in create_tweet return self._make_request( ^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/tweepy/client.py", line 129, in _make_request response = self.request(method, route, params=request_params, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/tweepy/client.py", line 100, in request raise Forbidden(response) tweepy.errors.Forbidden: 403 Forbidden Your client app is not configured with the appropriate oauth1 app permissions for this endpoint.