dilame / instagram-private-api

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

Instagram Notes Feature Request #1668

Open notashleel opened 1 year ago

notashleel commented 1 year ago

Form

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

Description

Is there any way you can implement the new notes feature. You can make a feature which takes a string and then changes the note of the current instagram user which is logged in, to whatever the user provided! You can even add an option to choose it to close friends or followers you follow back

It will be good if you can even add it to Delete the current note or Get the current note.

For Example:

To update the note

ig.notes.update({ note: "Here goes the content", option: 1 // 0 = Follower you follow back, 1 = Close Friends })

To delete current note

ig.notes.delete()

To get current note of a friend or self

ig.notes.getcurrentnote("username") // username is optional, if not provided, then it provides the current logged in user's note! Returns undefined if no note is present

kingbotss commented 1 year ago

do you able to create? it seems it also require stories endpoint too.

notashleel commented 1 year ago

do you able to create? it seems it also require stories endpoint too.

I couldn't find a way to do it. However, I'll be surely working on making something like that in the 'future', After my exams that is!

Mistes974 commented 1 year ago

I would love this feature too! Does anyone know when it will be available?

kingbotss commented 1 year ago

I checked API, it is easy to implement

notashleel commented 1 year ago

@kingbotss How so? Which API do you specifically mean right here? Would you mind giving me a overview of how it can be implemented?

kingbotss commented 1 year ago

Use Instagram whitehat settings, read the API https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/

wongcheehong commented 1 year ago

@kingbotss I got "protocol_version (70) - The TLS protocol version proposed by the client is not supported by the server" error. How do you resolve this error?

https://adw0rd.com/2020/03/26/sniffing-instagram-charles-proxy/en/

sunmasters commented 1 year ago

first, activate whitehat settings in your facebook account. and login with same facebook account in the instagram app. than enable whitehat setting in internal settings in instagram app.

enable proxy and reopen instagram app.