Like Features¶
Module that handles like features
-
app.like.check_link(browser, link, dont_like, ignore_if_contains, username, like_by_followers_upper_limit, like_by_followers_lower_limit, logger)¶ Check if the Post is Valid/Exists
-
app.like.get_links_for_location(browser, location, amount, logger, media=None, skip_top_posts=True)¶ Fetches the number of links specified by amount and returns a list of links
-
app.like.get_links_for_tag(browser, tag, amount, logger, media=None, skip_top_posts=True)¶ Fetches the number of links specified by amount and returns a list of links
-
app.like.get_links_for_username(browser, username, amount, logger, randomize=False, media=None)¶ Fetches the number of links specified by amount and returns a list of links
-
app.like.get_links_from_feed(browser, amount, num_of_search, logger)¶ Fetches random number of links from feed and returns a list of links
- Args:
browser: web driver amount: ? num_of_search: ? logger: library to log actions - Returns:
- links ?
Gets all the tags of the given description in the url
-
app.like.like_image(account_id, browser, profile, blacklist, logger)¶ Likes opened image
- Args:
account_id: Instagram Account Id browser: web driver username: our username blacklist: blacklist setup logger: library to log actions - Returns:
- True / False