b31ngd3v / MyIGBot

MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
https://pypi.org/project/myigbot/
MIT License
174 stars 35 forks source link

Error 403 in Like #37

Open vahidpixel opened 2 years ago

vahidpixel commented 2 years ago

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

b31ngd3v commented 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: @.***>