Hi. Im working on windows and python 3.9 and latest instapy version. my code: from instapy import InstaPy session = InstaPy(username="<my user>", password="<my pass>") session.login() session.like_by_tags(["tag"], amount=1)