Like Features

Module that handles like features

Check if the Post is Valid/Exists

Fetches the number of links specified by amount and returns a list of links

Fetches the number of links specified by amount and returns a list of links

Fetches the number of links specified by amount and returns a list of links

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 ?
app.like.get_tags(browser, url)

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