skip to Main Content

Twitter-api – tweepy.errors.BadReque st: 400 Bad Request 215 – Bad Authentication data. THIS APPEARS WHEN I TRY TO USE "api.home_timeline( )"

iam tring to make a twitter bot, but when i run show this in the terminal : Traceback (most recent call last): File "c:UsersPedroOneDriveÁrea de TrabalhoPROJETOSBOTTMADULOVERBOT.py", line 20, in ptwitts = api.home_timeline() File "C:UsersPedroAppDataRoamingPythonPython310site-packagestweepyapi.py", line 33, in wrapper return method(*args,…

VIEW QUESTION

Edit Nested JSON Keys in Python

I have a json object like so { "scenefile": { "globaldata": { "diffusecoeff": { "v": "0.5" }, "specularcoeff": { "v": "0.5" }, "ambientcoeff": { "v": "0.5" } }, "cameradata": { ... }, "lightdata": [ {"light1": {"strength": {"value": 5}} }, {"light2":…

VIEW QUESTION
Back To Top
Search