https://github.com/bod/klibreddit
A reddit client library for Kotlin
https://github.com/bod/klibreddit
Last synced: 9 months ago
JSON representation
A reddit client library for Kotlin
- Host: GitHub
- URL: https://github.com/bod/klibreddit
- Owner: BoD
- License: gpl-3.0
- Created: 2018-03-04T22:56:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T17:48:55.000Z (over 7 years ago)
- Last Synced: 2025-01-11T10:38:53.726Z (over 1 year ago)
- Language: Kotlin
- Size: 235 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# klibreddit
This is a client for the Reddit API, for Kotlin on the JVM.
The API leverages RxJava.
It is a work in progress, and not ready for production yet - but can already be used (and is already being used) to create simple bots.
The easiest way to see how to use it is to look at the [sample](sample/src/main/kotlin/org/jraf/klibreddit/sample/Sample.kt)