I want to use instabot to like an image but there is no like happen I get false.
I tried to use unlike and worked
from instabot import Bot
bot = Bot()
bot = Bot(max_likes_per_day=999)
bot.login(username="my_user",password="pass")
get_id_of_link= bot.get_media_id_from_link("https://www.instagram.com/p/CFh766nAVfh/?utm_source=ig_web_copy_link")
like = bot.like(media_id=get_id_of_link)
>>>[outPut] False