instagrapi
instagrapi copied to clipboard
Join Posts
Is there a functionality for creating join posts with other accounts?
This exists, I will show you where in a brief moment.
"In extra_data, you can pass additional media settings, for example:
Method Type Description custom_accessibility_caption String Set alternative text {"custom_accessibility_caption": "ALT TEXT HERE"} like_and_view_counts_disabled Int Disable like and view counts {"like_and_view_counts_disabled": 1} disable_comments Int Disable comments {"disable_comments": 1} invite_coauthor_user_id Int Add a coauthor to the post {"invite_coauthor_user_id": "USER ID OF COAUTHOR HERE"}. You also need to add this user to usertags"
"photo_upload(path: Path, caption: str, upload_id: str, usertags: List[Usertag], location: Location, extra_data: Dict = {}) Media Upload photo (Support JPG files)"
As "collab" or coauthor currently can be multiple accounts, could this be changed into an array instead of int?
@JaapBroeders Hello! Thank you, could you send me your PR with this changes?
@JaapBroeders Hello! Thank you, could you send me your PR with this changes?
I am sorry, I was not clear. In the app it is possible to add multiple accounts as collaborators. I have no idea how to sniff out that request to figure out how the extra_data key should look like. Can anyone help with that?
As far as I've understood, at the moment it's only possible to send invites to collab posts, what about accepting the collab request? Is there any way to do it as of right now?