Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
108 stars 15 forks source link

try video uploading #57

Open vnetb opened 11 months ago

vnetb commented 11 months ago

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 the source so far because I don't know what it is. If you don't want it, please close it.

threads_api.zip

Danie1 commented 11 months ago

Hey @vnetb, video uploading is still not supported via our API. I looked in the js API and it isn't supported there either.

I will mark this as an enhancement for now. If you happen to get it working, please share 😃