Skip to content

uberduck-ai/uberduck-discord-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uberduck-discord-example

A Discord bot that uses the Uberduck API for text-to-speech in voice channels. See the Uberduck blog for a full tutorial on building this bot.

Install dependencies

  1. Install ffmpeg if not already installed.

  2. Ensure you have the Opus audio codecs.

  3. Create a fresh Python environment. I like to use Miniconda, which you can install here.

    conda create -n uberduck-discord-example python=3.8
    conda activate uberduck-discord-example
    pip install -e .
    

Run

Add your Discord Bot token, Uberduck API key, and Uberduck API secret into the code.

Then you can run the bot via:

pyton -m uberduck_discord_example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages