superzackx / VoiceActivatedBots

An attempt to make bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoiceActivatedBots

Voice activated bots! The name explains it. 🤖🐥🤖

Usage

To use, simply download the files and then open the test.html file in your browser. It will show an request for microphone, accept that. All the logic and JavaScript is in app.js

Or you can use the CDN version which offers everything except for the latest OOP version.

https://cdn.jsdelivr.net/gh/superzackx/VoiceActivatedBots@latest/CDN/script.js

Contributions

To contribute to this repo, clone it on your PC and open an issue with the link to the modified version. I will look into it!

Notes

Voice API will not work in internet explorer! Please use supported browsers such as Google Chrome and Microsoft Edge.

Credits

  1. superzackx(Yash) - That's me! I made this fully. So whenever your bot does something for you, keep me in mind! Just kidding, have fun with the bot. Developing is all about open-source.

  2. NightZan999 - A great person who has done a lot for this project. Mainly the OOP part.

Exlplore the voice API

Link for MDN reference: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API

About

An attempt to make bots.

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 92.2%Language:HTML 7.8%