MyIGBot icon indicating copy to clipboard operation
MyIGBot copied to clipboard

Error 403 in Like

Open vahidpixel opened this issue 2 years ago • 1 comments

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

vahidpixel avatar Feb 04 '22 15:02 vahidpixel

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

b31ngd3v avatar Feb 04 '22 16:02 b31ngd3v