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

pygram.get_comments ERROR #5

Open
Jarvis3310 opened this issue Nov 11, 2020 · 1 comment
Open

pygram.get_comments ERROR #5

Jarvis3310 opened this issue Nov 11, 2020 · 1 comment

Comments

@Jarvis3310
Copy link

from pygram import PyGram
pygram = PyGram()

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

image

@VagnerBelfort
Copy link

I have the same problem. =/

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