pyInstagram
pyInstagram copied to clipboard
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
Не проходит аутентификация. Нужно обновить функцию auth в классе WebAgentAccount: Добавить в settings["headers"] "Content-Type": "application/x-www-form-urlencoded", Добавить str_time = str(int(time.time())) Изменить password на password = '#PWD_INSTAGRAM_BROWSER:0:' + str_time + ':' +...
Fix for my issue. Fetch the location data :)
Hey I'm trying to connect instagram with using proxy and I got this error > Get unexpected response from 'https://www.instagram.com/accounts/login/' > Error: 'ProfilePage' My codes : `settings = { "proxies":...
Возможно ли реализовать поиск пользователей? (по части слова) Is it possible to make users search? (part of the word)
Возможно ли как то узнать если пользователь в сети ?
При get_comment возвращаются комментарии без ответов на них
When i'm try example from readme - something went wrong today. Yesterday everything been ok) `Traceback (most recent call last): File "C:\Python\lib\site-packages\instagram\agents.py", line 102, in get_media m.set_data(node) File "C:\Python\lib\site-packages\instagram\entities.py", line...
I've noticed that posts that has property "has_ranked_comments = true" returns a error while getting comment. It returns HTTP 400 error with content. ```{"message": "Variables are invalid JSON.", "status": "fail"}...
Как достать дату подписки, дату когда подписчик подписался на данного пользователя? Суть в том чтобы создать график количества подписчиков.
For a Media with known location data, when calling ```python m = Media("B597mI1AlBy") json_m = agent.update(m) print(m.location) # Is a location object # The object contains a name attribute but...