https://github.com/arrufat/papago
Unofficial wrapper for Naver Papago Translate
https://github.com/arrufat/papago
go golang korean naver papago translation wrapper-api
Last synced: about 1 month ago
JSON representation
Unofficial wrapper for Naver Papago Translate
- Host: GitHub
- URL: https://github.com/arrufat/papago
- Owner: arrufat
- License: apache-2.0
- Created: 2018-11-30T16:37:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T08:49:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T19:43:47.168Z (about 1 month ago)
- Topics: go, golang, korean, naver, papago, translation, wrapper-api
- Language: Go
- Homepage: https://papago.naver.com/
- Size: 32.2 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Naver Papago Translate - unofficial
[
](https://papago.naver.com/)
A simple wrapper around the web interface of Naver Papago Translate written in Go.
## Installation
``` bash
go get -u github.com/arrufat/papago
```## Features
Currently, this wrapper supports the following features:
1. Translation in all supported languages.
1. Automatic language detection.
1. Text to Speech generation for a given text.See the [examples](https://github.com/arrufat/papago/blob/master/examples/) directory to see its usage.