instagram-private-api icon indicating copy to clipboard operation
instagram-private-api copied to clipboard

Instagram Notes Feature Request

Open notashleel opened this issue 2 years ago • 8 comments

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

notashleel avatar Dec 24 '22 06:12 notashleel

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

kingbotss avatar Jan 19 '23 16:01 kingbotss

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!

notashleel avatar Jan 19 '23 16:01 notashleel

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

Mistes974 avatar Feb 09 '23 06:02 Mistes974

I checked API, it is easy to implement

kingbotss avatar Feb 09 '23 06:02 kingbotss

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

notashleel avatar Feb 09 '23 07:02 notashleel

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

kingbotss avatar Feb 09 '23 07:02 kingbotss

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

wongcheehong avatar Feb 11 '23 11:02 wongcheehong

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.

sunmasters avatar May 30 '23 09:05 sunmasters