redd icon indicating copy to clipboard operation
redd copied to clipboard

Abandoned Gem? Broken with Ruby 3.0

Open adsteel opened this issue 5 years ago • 4 comments

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?

adsteel avatar Jan 05 '21 01:01 adsteel

@adsteel - Ever find anything? I was looking for something equivalent to PRAW for Python.

AdamFreemer avatar Feb 01 '21 22:02 AdamFreemer

@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.

https://github.com/adsteel/redd

adsteel avatar Feb 01 '21 23:02 adsteel

Thanks @adsteel. I'll take a poke when I have a chance!

AdamFreemer avatar Feb 01 '21 23:02 AdamFreemer

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.

AlessandroMinali avatar Feb 13 '21 22:02 AlessandroMinali