from instapy import instaPy
session = instaPy(username = "molemoi", password ="Miroslava79")
session.login()
session.set_relationship_bounds(enabled = True, max_followers = 200 )
session.set_do_follow(True, percentage=100)
session.like_by_tags(["bmw", "steam"]),, amount = 3)...