Viktor Shchelochkov
Viktor Shchelochkov
Here you can see that library uses "approve" endpoint: https://github.com/dilame/instagram-private-api/blob/623a348343e34058c3a286693740aa3698aed3cc/src/repositories/friendship.repository.ts#L47 So all you need to do is to add a method here: https://github.com/ping/instagram_private_api/blob/0fda0369ac02bc03d56f5f3f99bc9de2cc25ffaa/instagram_private_api/endpoints/friendships.py
Ah, of course, this library is dead and even if I wanted to do a PR, it would never be accepted by author who better add funding notice than fix...
Here is a patch file if you know how to use it: ```patch --- friendships.py 2022-09-17 19:43:02.000000000 +0400 +++ /venv/lib/python3.9/site-packages/instagram_private_api/endpoints/friendships.py 2022-09-17 19:43:26.000000000 +0400 @@ -356,6 +356,20 @@ params=params) return res...
Tested on Instagram app, works correctly.
you should disconnect underlying socket or process.exit(0)
ну потому что питон это позерство
my problem was that i used "python" command instead of "python3.9" well, that's a python moment 
Hello, any updates? :) By the way, can I somehow extract this PR into my own local copy of repository and merge it? Maybe make a patch file from this...
I was able to use this but I ran into some problems: 1. You have to replace deprecated asyncstorage from react-native with community package 2. Some methods are sooooooo slow....