MCPcopy
hub / github.com/InstaPy/InstaPy / is_follow_me

Function is_follow_me

instapy/util.py:2262–2268  ·  view source on GitHub ↗
(browser, person=None)

Source from the content-addressed store, hash-verified

2260
2261
2262def is_follow_me(browser, person=None):
2263 # navigate to profile page if not already in it
2264 if person:
2265 user_link = "https://www.instagram.com/{}/".format(person)
2266 web_address_navigator(browser, user_link)
2267
2268 return getUserData("graphql.user.follows_viewer", browser)
2269
2270
2271def get_users_from_dialog(old_data, dialog, logger):

Callers 1

unfollowFunction · 0.85

Calls 2

web_address_navigatorFunction · 0.85
getUserDataFunction · 0.85

Tested by

no test coverage detected