Open vahidpixel opened 2 years ago
this project is not maintained anymore. sorry!
On Fri, 4 Feb 2022, 21:23 vahidpixel, @.***> wrote:
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', '****') # Login Information (if you're account has 2 Factor Auth. The Bot Will Ask You The Code.) 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
— Reply to this email directly, view it on GitHub https://github.com/b31ngd3v/MyIGBot/issues/37, or unsubscribe https://github.com/notifications/unsubscribe-auth/APN4FWCNWLMZVEK6TOZLKTTUZPY55ANCNFSM5NSEQTYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hello, I am trying to like a post with my account and leave a comment, but I receive a 403 error. my code:
terminal: 403 403