labteral / pygram

Unofficial Python client for Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygram.get_comments ERROR

Jarvis3310 opened this issue · comments

from pygram import PyGram
pygram = PyGram()

comments = pygram.get_comments(post, limit=10)
for comment in comments:
    print(comment)

image

I have the same problem. =/