https://github.com/jellybrick/clova-kt
Unofficial Kotlin API for NAVER Clova / Papago
https://github.com/jellybrick/clova-kt
clova kotlin kotlin-library naver ocr papago text-to-speech translation tts tts-api
Last synced: 11 months ago
JSON representation
Unofficial Kotlin API for NAVER Clova / Papago
- Host: GitHub
- URL: https://github.com/jellybrick/clova-kt
- Owner: JellyBrick
- License: apache-2.0
- Created: 2022-05-11T06:39:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T09:46:11.000Z (12 months ago)
- Last Synced: 2025-07-14T12:36:10.194Z (12 months ago)
- Topics: clova, kotlin, kotlin-library, naver, ocr, papago, text-to-speech, translation, tts, tts-api
- Language: Kotlin
- Homepage:
- Size: 344 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clova-kt [](https://github.com/JellyBrick/Clova-kt/actions)
**Unofficial** Kotlin API for NAVER Clova API


## Install (maven, gradle...etc)
### Jitpack [](https://jitpack.io/#JellyBrick/Clova-kt)
```groovy
allprojects {
repositories {
// ...
maven { url 'https://jitpack.io' }
}
}
```
```groovy
dependencies {
implementation 'com.github.JellyBrick:Clova-kt:LAST-VERSION'
}
```