-
Notifications
You must be signed in to change notification settings - Fork 4
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
Reddit API Wrapper #86
Comments
I actually started work on this, but the process of gaining access to Reddits API is terrible. Like filling out a Google doc terrible. |
I guess @edwardloveall's |
I'm currently building a class that authenticates and allows sending GET requests. It shouldn't be too hard expanding to an API wrapper with proper PUT/POST/DELETE request methods. |
This would be great! 🙌 |
Coming from Python, I simply write the library in Python first and then convert everything to Crystal. I guess websockets is how PRAW implements the submission/comment streams? I've never used websockets so I'll have to figure out how it works, but I can 100% implement support for reddit's live endpoints. |
Python famously has PRAW. Ruby has Redd.
I'd love to see a Crystal Reddit API wrapper (CRAW?)
The text was updated successfully, but these errors were encountered: