talkbot
opps
텍스트 음성 및 언어 번역을위한 Discord Bot
https://discord.gg/nxrpp8g를 사용해보십시오
config/auth.example config/auth.json 에 복사하고 discord 앱 키를 넣습니다.config/google-auth.json 추가하십시오docker pull faxwang/talkbot:latest 시간이 걸립니다.docker-compose up -d 백그라운드에서 TalkBot을 실행합니다docker-compose up 전경에서 TalkBot을 실행하십시오!followHello World 메시지를 입력하여 읽으십시오.gitbook의 문서를 확인하십시오 : https://nullabork.gitbook.io/talkbot/
봇은 마스터를 제어하려면 마스터가 필요합니다. 마스터가 끝나면 현재 음성 채널에서 텍스트를 음성으로 변환합니다. 봇은 또한 음성 채널 사이에서 당신을 따라갈 것입니다. 다른 사용자는 봇을 사용할 수있는 경우에만 봇을 사용할 수 있습니다. 봇을 30 분 동안 사용하지 않으면 팔로우가 무너질 것입니다.
= Control =
!follow :: The bot will join your voice channel and speak what you write
!unfollow :: Release the bot
!sidle :: Take control of the bot from someone else
!transfer :: Transfer control of the bot to another person
!permit [<user>] :: Permit someone else to use the bot whilst it's following you
!unpermit [<user>] :: Unpermit someone else from using the bot
!tts :: Speak when you're muted
= Personalization =
!defaults :: Reset your default voice settings
!mypitch <pitch> :: Alter the pitch of the bot's voice. Valid values are -20 to 20
!myspeed <speed> :: Alter the speed the bot talks. 1.0 is the default. Valid values are 0.25 to 4.0
!myvoice <voice|alias> :: Change accent or style.
!tolang <lang> :: Translate your text to a different language eg. en, fr, jp, de etc.
!mute :: Mute yourself so your text is not read out
!unmute :: Unmute yourself so all your text is read out
= More =
!help info :: info help commands
!help server :: server help commands이것을 사용하여 자신의 서버에서 자신의 봇을 설정하십시오. TTS API와 Amazon TTS Voices를 사용하려면 Google 클라우드 계정이 필요합니다. 이 두 서비스에는 무료 계층이 있지만 프리 캡을 초과하면 비용이 많이들 수 있습니다. 이러한 각 서비스는 BOT 구성에서 켜지거나 꺼질 수 있습니다.
git clone https://github.com/nullabork/talkbot talkbotconfig 디렉토리에서 auth.example 파일을 복제하고 auth.json 의 새 파일 이름 이름 바꾸기 파일을 편집하고 불화 앱 키에서 붙여 넣습니다. npm installnode bot.js 최신 코드 실행으로 업데이트하려면 : git pull
불화로 우리와 이야기하십시오
ENV var var google_application_credentials에 API 자격 증명 파일로 경로를 넣었습니다. 여기에서 Google Cloud Docs를 참조하십시오
Shitpost도 원하십니까?