This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
Traceback (most recent call last):
File "C:/Users/max/Desktop/instagram/liker_andcommenter.py", line 27, in
agent.addComment(text='Класс!', media=m)
File "C:\Users\max\Desktop\instagram\instagram.py", line 124, in wrapper
raise e
File "C:\Users\max\Desktop\instagram\instagram.py", line 119, in wrapper
return func(*args, **kwargs)
File "C:\Users\max\Desktop\instagram\instagram.py", line 757, in addComment
data=data['created_time'],
TypeError: call() missing 1 required positional argument: 'key'
Traceback (most recent call last): File "C:/Users/max/Desktop/instagram/liker_andcommenter.py", line 27, in
agent.addComment(text='Класс!', media=m)
File "C:\Users\max\Desktop\instagram\instagram.py", line 124, in wrapper
raise e
File "C:\Users\max\Desktop\instagram\instagram.py", line 119, in wrapper
return func(*args, **kwargs)
File "C:\Users\max\Desktop\instagram\instagram.py", line 757, in addComment
data=data ['created_time'],
TypeError: call() missing 1 required positional argument: 'key'