OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

query_hash of make follower unfollow you #16

Closed survtur closed 5 years ago

survtur commented 6 years ago

Dear Oleg, could you find out what request does Instagram perform when you make some of your followers unfollow you? There is no such action in desktop version so I can't figure it out. Maybe you have your own MITM system prepared to catch and analyze requests made by Instagram app.

Note: Not unfollow someone you already follow, but take one of your followers and make him unfollow you. Not block him, but make him unfollow you.

OlegYurchik commented 6 years ago

Hello) If I understand you correctly you think that InstaParser can unfollow peoples from your account, right? If yes, I think it is impossible, if it cannot make by web app - it cannot make by library. No, library haven't system for analyze requests, it is not a commercial project and I think that behavior is a bad smell.

P.S.: Если я всё-таки понял вопрос неправильно, напишите его по-русски, для того чтобы я смог лучше вас понять. Спасибо за понимание

survtur commented 6 years ago

Я просто обнаружил в телефонном клиенте, что можно смотреть список твоих фолловеров и нажимать им "make unfollow". Это быстрее, чем делать block/unblock.

Я думал, что инстаграм на телефоне отпадает обычные запросы, которые можно перехватить с помощью MITM-сервера. Я был уверен, что вы это уже сделали, и что вам не составит труда посмотреть, какой запрос и куда идёт.

OlegYurchik commented 6 years ago

К сожалению, нет, идея данной библиотеки как раз-таки не использовать мобильное приложение, и вся её фишка в том, что значительную часть действий можно делать анонимно, не использую логин-пароль и скрывая IP за прокси-серверами.