dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.92k stars 1.13k forks source link

any method to share post as story? #1596

Open fmchan opened 2 years ago

fmchan commented 2 years ago

i know there is a method for story .add(StickerBuilder.attachmentFromMedia((await ig.feed.user(user_id).items())[0])) so as to add someone's feed as sticker is there any method to directly add the feed by link/code? i have tried await ig.media.info(mediaId) but the type is different so it won't be able to add to sticker. Please help. Thanks!

kingbotss commented 2 years ago

Can you able to share on real app?

Ram-Moudgill commented 9 months ago

is it working? can u pls tell me how to do that