instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

Join Posts

Open elpulga opened this issue 1 year ago • 8 comments

Is there a functionality for creating join posts with other accounts?

elpulga avatar May 05 '23 21:05 elpulga

This exists, I will show you where in a brief moment.

6ky avatar Jul 19 '23 05:07 6ky

"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"

6ky avatar Jul 19 '23 05:07 6ky

"photo_upload(path: Path, caption: str, upload_id: str, usertags: List[Usertag], location: Location, extra_data: Dict = {}) Media Upload photo (Support JPG files)"

6ky avatar Jul 19 '23 05:07 6ky

Read documentation

adw0rd avatar Jul 19 '23 08:07 adw0rd

As "collab" or coauthor currently can be multiple accounts, could this be changed into an array instead of int?

JaapBroeders avatar Feb 01 '24 08:02 JaapBroeders

@JaapBroeders Hello! Thank you, could you send me your PR with this changes?

subzeroid avatar Feb 01 '24 13:02 subzeroid

@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?

JaapBroeders avatar Feb 06 '24 13:02 JaapBroeders

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?

darpht avatar Aug 25 '24 19:08 darpht