dilame / instagram-private-api

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

Get archive stories #1124

Open NykolaySavin opened 4 years ago

NykolaySavin commented 4 years ago

General Question

Read the Notes and fill out the form. Switch to Preview for reading.

Form

Put an [x] if you meet the condition, else leave [ ].

Question

A specific question, so it's understandable to anyone. You may add pictures.

Is there way to get archive stories from user account?

Nerixyz commented 4 years ago

No, there isn't a feed for it. You can submit a PR and add it.

beautyfree commented 3 years ago

I also need this functionality.

beautyfree commented 3 years ago

Found this in python library: https://github.com/ping/instagram_private_api/blob/master/instagram_private_api/endpoints/highlights.py#L7

Nerixyz commented 3 years ago

I also need this functionality.

You can always use ig.request.send() to send a custom request.