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

is this library not updated, many 404 links

Open rassalee opened this issue 8 months ago • 3 comments

why this library is not updated, many 404 links, even though this library is very useful

rassalee avatar Mar 27 '25 15:03 rassalee

You update it then.

jacobprice808 avatar Apr 08 '25 20:04 jacobprice808

You can fork or manage your own

sunmasters avatar Apr 21 '25 02:04 sunmasters

This API vers 1.46.1 is obviously not maintained anymore and only works in parts.

I was able to connect/login, retrieve followers, unfollowers, some stats about my account, and log out. Thus, reading own account stuff seems to work.

When it comes to actions, it seems to fail, like unfollowing with ig.friendship.destroy(<userId>) =>Message: POST /api/v1/friendships/destroy/<userId>/ - 404 Not Found.

jamacoe avatar May 29 '25 07:05 jamacoe

This API vers 1.46.1 is obviously not maintained anymore and only works in parts.

I was able to connect/login, retrieve followers, unfollowers, some stats about my account, and log out. Thus, reading own account stuff seems to work.

When it comes to actions, it seems to fail, like unfollowing with ig.friendship.destroy() =>Message: POST /api/v1/friendships/destroy// - 404 Not Found.

this works to me: https://github.com/dilame/instagram-private-api/issues/1798#issuecomment-2746125858

eliasg52 avatar Nov 03 '25 22:11 eliasg52