Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.12 KB

Rude-Bot

A discord text to speech bot. It insults you sometimes.

Requirements (you can run pip install -r requirements.txt to install everything): Run on Python3 (for the following, use appropriate version of pip)

  • discord API and voice support: pip install discord.py and pip install discord.py[voice]
  • gTTS (google's text to speech library): pip install gTTS
  • pip install python-dotenv
  • ffmpeg. This is required to play sounds. sudo apt install ffmpeg. If you're on windows, follow these instructions to download ffmpeg:

Instructions for hosting:

  • There will be a .env (hiddden) file in Rude-bot. Paste your discord bot token there DISCORD_TOKEN=your_token
  • Now install all the requirements.
  • and then finally python3 bot.py