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

comment stream issues #41

Open
linusheck opened this issue Oct 5, 2018 · 1 comment
Open

comment stream issues #41

linusheck opened this issue Oct 5, 2018 · 1 comment

Comments

@linusheck
Copy link

I once wrote a reddit bot in Kotlin that reads every comment on reddit and responds to the comments that match certain patterns. It worked like this: https://github.com/glatteis/kotlinjrawstreaming/blob/master/jrawstreaming.kt (The limit=200 actually resets to 100).
This bot was successfully able to loop through every comment on reddit, and respond to virtually every comment that matched my patterns.
A few days ago I rewrote that bot in go because it's much more portable and hassle-free than the JVM, but for some reason the graw bot is only able to loop through some, not all comments on reddit. I looked through the implementation and there does not seem to be anything different than from my implementation
Do you have any clue why this might be? Thanks for your time reading this :)

@turnage
Copy link
Owner

turnage commented Oct 7, 2018

Have you identified any patterns in what comments graw skips over? What endpoint are you polling for comments?

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