Open adsteel opened 3 years ago
@adsteel - Ever find anything? I was looking for something equivalent to PRAW for Python.
@AdamFreemer I forked it and fixed it, but beware: master
on this repo has unpublished, breaking changes, but it was easier in my tiny project to fix those than to rebase with an earlier sha on my fork.
Thanks @adsteel. I'll take a poke when I have a chance!
I made a gem that is far simpler than what is provided by redd
to support my needs and ruby 3.0
https://github.com/AlessandroMinali/reddit_get
It's a async wrapper to GET posts/comments. No auth or POST actions supported. May be of use to some people.
No PRs merged since Nov 2, 2017. Does not work with Ruby 3.0, though that would be fixed by this PR here. Does anyone know of a reliable community supported fork?