/red-reader

Reddit reader in JavaFX

Primary LanguageJavaApache License 2.0Apache-2.0

red-reader

Currently you can just open it in IntelliJ IDEA and HIT RUN

IMAGE ALT TEXT HERE

Requirements to authenticate: You have to go to reddit.com , login and create a user script app.

Afterwords open https://github.com/gochev/red-reader/blob/master/src/sample/service/RedditService.java and fill your credentials

 Credentials credentials = Credentials.script("username", "password",
            "18t2hp3BFVnT0Q", "-vwVXoGfNVKUD6yknrYXBlTDxO8");

TODO :

  • Upgrade JRAW
  • fix the JRAW to use interactive authentication and not the one above (there is a bug I wait to be fixed mattbdean/JRAW#290)
  • Implement all of the buttons :)
  • Ask https://www.teamdev.com/jxbrowser for a Open-Source license
  • Change JavaFX WebView to use JxBrowser