Skip to content

Destiny raid/dungeon/time-trial tutorial and helper bot capable of responding to voice commands.

Notifications You must be signed in to change notification settings

henhen724/Vulspa

Repository files navigation

Vulspa

Vulspa Logo Destiny raid/dungeon/time-trial tutorial and helper bot capable of responding to voice commands.

How to clone this repo and create your own version of the bot

$ git clone https://github.com/henhen724/Vulspa.git
  • Navigate to the folder where you cloned the repo and
$ npm init
  • Goto the index.js file and delete the first three lines, which imports my private enviroment varible in non-production mode.
  • Setup AWS and Discord developer accounts and put your credentials in the /config/keys.js file. (For more on how to do this, see the config note.)
  • You will also need to enable Polly, Lex, and Transcribe from the AWS dashboard
  • '''npm start'''
  • If you get the messages, "Access key found. Logged into AWS." and "Vulspa online." then your set! Happy coding.

Project Goals

  • channel listening
  • voice channel connect
  • add text to speech
  • Basic functionality done.
  • add commands to COMMANDS.md
  • add speech to text with AWS Transcribe
  • create a readible stream from the mp3 output from AWS Polly instead of using temporary mp3 files
  • program a google sheets to desision tree for the zero hour puzzle
  • create zero hour demo
  • integrate AWS Lex

About

Destiny raid/dungeon/time-trial tutorial and helper bot capable of responding to voice commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published