Skip to content

Dannyx51/CincyHacksDBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This bot was created for the 2021 CincyHacks hackathon. It takes in live audio input, then converts it to text through Google's speech API. Using this text, we control a discord bot, essentially a voice assistant but for discord.

How to run

  1. If you would like to run this bot yourselves, you will need to download all the project files, and create another file to use.

  2. The bot token and channel IDs have been implemented in a "safe.py", and so create one following the template below in the same directory as the rest of the project

generalID = 123456789012345678 #<--- channel id of where you want the bot to talk
token = '[your bot token here]'
  1. Run bot.py, and you should be good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages