This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Description
Hello, I am trying to like a post with my account and leave a comment, but I receive a 403 error.
my code:
from myigbot import MyIGBot
bot = MyIGBot('maryam85rr', '********')
a = bot.like('https://www.instagram.com/p/CUp8_KbNnDe/?utm_source=ig_web_copy_link')
b = bot.comment('https://www.instagram.com/p/CUp8_KbNnDe/?utm_source=ig_web_copy_link','nice')
print(b)
print(a)`
terminal:
403
403