Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 403 in Like #37

Open
vahidpixel opened this issue Feb 4, 2022 · 1 comment
Open

Error 403 in Like #37

vahidpixel opened this issue Feb 4, 2022 · 1 comment

Comments

@vahidpixel
Copy link

vahidpixel commented Feb 4, 2022

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
Copy link
Owner

b31ngd3v commented Feb 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants