Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hannoeru/translation-bot
- Owner: hannoeru
- Created: 2020-04-05T15:50:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T06:20:54.000Z (9 months ago)
- Last Synced: 2024-04-17T04:34:28.262Z (7 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```