You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: