threads-api icon indicating copy to clipboard operation
threads-api copied to clipboard

Unofficial Python API for Meta's Threads App

Results 10 threads-api issues
Sort by recently updated
recently updated
newest added

Response code 404 - System Error Request Failed, got back: [{'message': 'login_required', 'error_title': "You've Been Logged Out", 'error_body': 'Please log back in.', 'logout_reason': 8, 'status': 'fail'}] Oops, this is an...

I ran example.py and got lots errors; ``` asyncio.run(get_user_id_from_username()) # Retrieves the user ID for a given username. #asyncio.run(get_user_profile()) # Retrieves the threads associated with a user. #asyncio.run(get_user_threads()) # Retrieves...

Since today morning I can't post using this API anymore. It requests an email challenge, but after I enter the required code it raises this error: ``` [ERROR] Request Failed,...

question

Login status: Success [ERROR] Failed to decode response as JSON Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/threads_api/src/http_sessions/aiohttp_session.py", line 36, in post resp = json.loads(text) File "/usr/local/Cellar/[email protected]/3.10.12_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/json/__init__.py", line 346, in loads...

Uploading posts with image worked fine for a few days (even though Instagram/Threads complained via email every time about my bot being hosted in a different country, and I checked...

question

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https...

question

I've created a flask web app that works locally but when I go to deploy it on glitch or pythonanywhere when I try and pull the info (ie use a...

question

I tried video uploading with reference to "instagrapi." Error when not uploading thumbnail. `{"message":"media_needs_reupload","media":{"upload_id":1,"device_timestamp":"1"},"error_title":"cover_photo_upload_error","status":"ok"}` I tried to upload a thumbnail, I got an error. ` {"debug_info":{"retriable":false,"type":"ProcessingFailedError","message":"Request processing failed"}}` I'm attaching...

enhancement

It worked yesterday, but something happened between now and then to make it stop working. I used `zuck` as the username, but when I did `threads_api.get_user_id_from_username('zuck')`, it returned `None` instead...

requires-additional-details