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: 29 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T13:11:09.000Z (about 2 months ago)
- Last Synced: 2025-03-29T19:21:50.735Z (about 2 months ago)
- Topics: clova, kotlin, kotlin-library, naver, ocr, papago, text-to-speech, translation, tts, tts-api
- Language: Kotlin
- Homepage:
- Size: 346 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'
}
```