avinashbot / redd

Redd is a batteries-included API wrapper for reddit.
MIT License
186 stars 75 forks source link

Abandoned Gem? Broken with Ruby 3.0 #100

Open adsteel opened 3 years ago

adsteel commented 3 years ago

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?

AdamFreemer commented 3 years ago

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

adsteel commented 3 years ago

@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

AdamFreemer commented 3 years ago

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

AlessandroMinali commented 3 years ago

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.