Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team-fruit/vcbot
DiscordVCの入退出をgoogle text to speechで読み上げ。このBotは性善説を信じて作られています
https://github.com/team-fruit/vcbot
Last synced: about 10 hours ago
JSON representation
DiscordVCの入退出をgoogle text to speechで読み上げ。このBotは性善説を信じて作られています
- Host: GitHub
- URL: https://github.com/team-fruit/vcbot
- Owner: Team-Fruit
- License: mit
- Created: 2020-02-26T15:02:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T03:37:23.000Z (over 1 year ago)
- Last Synced: 2023-08-03T17:35:53.965Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 507 KB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VCBot
### production
1. gcloud のトークンの json を `./config/gtoken.json` にしておいてください
2. discord の API トークンを `./config/config.json` にかきこんでください
3. `docker-compose build`
4. `docker-compose up -d`
おわり### develop
1. configディレクトリの`config.json.template`を`config.json`にして Discord のトークンを書き込んでください
2. Google Text to Speech のトークンをそこら辺に保存して
- windows:`$env:GOOGLE_APPLICATION_CREDENTIALS="/your/path/to/gtoken.json"` してください
- linux:`export GOOGLE_APPLICATION_CREDENTIALS="/your/path/to/gtoken.json"` してください
3. `node main.js`
おわり