JRAW icon indicating copy to clipboard operation
JRAW copied to clipboard

The Java Reddit API Wrapper

Results 40 JRAW issues
Sort by recently updated
recently updated
newest added

jcenter is deprecated, and will stop working on Feb 1, 2022. Will this library move to mavenCentral?

To support cross posting the SubmissionKind needed an additional datum to indicate cross posting. The content of the post is then interpreted as the crosspost full name.

Hello, is there a way with JRAW to get the number of upvote and downvote on a Submission instead of score (Upvotes minus downvotes) ? or maybe the total of...

I am hitting intermittent errors that look like they are coming from when the json responses are being parsed. Wondering if anyone has seen this before: ``` 2020-06-02 22:15:56.509787 vinny-jar:...

Since Reddit has started to roll out the [Community Awards](https://www.reddit.com/r/changelog/comments/bp18sm/an_update_on_the_community_awards_pilot/), I'd be interested to see if someone is interested in implementing it into this api-wrapper.

Does anyone know if JRAW will be affected by the upcoming (Feb 15) OAuth2 changes to Reddit? https://www.reddit.com/r/redditdev/comments/kvzaot/oauth2_api_changes_upcoming/

I've set up the build.gradle file as per the quickstart instructions, but i'm unable to import anything from JRAW itself. is the quickstart guide up to date?

I used the code from the github website of JRAW, the login information for credentials is correct as well. `UserAgent userAgent = new UserAgent("bot", "megabigsad.megabigsad.Megabigsad", "v0.1", "megabigsadd"); // Create our...

Since a while posts like these work now: https://www.reddit.com/r/announcements/comments/hrrh23/now_you_can_make_posts_with_multiple_images/ How can I access the individual images in them? Submission.getUrl() gives a link like this: https://www.reddit.com/gallery/ipflhp Not sure how to proceed...