Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hannoeru/translation-bot

Telegram translation bot using google translation api
https://github.com/hannoeru/translation-bot

Last synced: 2 days ago
JSON representation

Telegram translation bot using google translation api

Awesome Lists containing this project

README

        

# Translation bot

Translate from vi to zh-TW using google translation api

## Run it

Before run it change `template.env` to `.env` then set your own token, And add google service account json file to `./api.json`

```bash
# With nodemon
npm run dev

# With node
npm run start
```