Giter Club home page Giter Club logo

y0mi's Introduction

Deprecation

Since discord has updated its API, this bot will not work on newer Discord applications. I will have to update this in order for it to work.

Y0MI

ずんだもんが喋ってくれます!

ボットコマンド集や使い方はこちらへ

押して

詳細

テキストチャンネルのメッセージを元に音声合成で読み上げます。デフォルトの読み上げエンジンはVOICEVOXを使ってます。

インストール

下準備

  1. Javaをインストール
  2. ディスコードボットTokenの取得

インストール

ウインドーズ

  1. ボットのために任意のところにフォルダーを作ってください(権限いらないところで)
  2. フォルダーの中でShift+右クリでPowershellを開く 3. できない場合はフォルダーパスをコピーして、スタートメニューからPowershellを開く、次のコマンドでフォルダーへ移動します cd C:\path\to\your\folder
  3. 以下のコマンドを実行して、必要なファイルをダウンロードします
# ボットサーバーのファイルをダウンロードして、解凍します
Invoke-WebRequest -Uri https://github.com/ryjacky/yomichan/releases/download/v1.0.3-alpha/yomichan.zip -OutFile yomichan.zip

Expand-Archive yomichan.zip -DestinationPath .

# VOICEVOXをダウンロードして 解凍します
Invoke-WebRequest -Uri https://github.com/VOICEVOX/voicevox/releases/download/0.9.3/voicevox-cpu-0.9.3-x64.nsis.7z.0 -OutFile voicevox-cpu.7z

.\7za.exe x voicevox-cpu.7z -y

# VOICEVOXサーバーを起動します
start run.exe

# 15秒を待つ
timeout 15

# ボットサーバーを起動します
java -jar yomichan.jar

さっきダウンロードした、もういらないファイルを削除します
rm yomichan.zip
rm voicevox-cpu.7z

Linux (準備中)

クレジット

VOICEVOX:四国めたん VOICEVOX:ずんだもん VOICEVOX:春日部つむぎ VOICEVOX:波音リツ

y0mi's People

Contributors

ryjacky avatar

Watchers

 avatar

y0mi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.