JvPeek / twitch-bongocat

Hit the bongos like Bongo Cat!

Home Page:https://bongo.cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the bongo cat to your stream

A nice little bongo cat themed drum machine.
Be warned: This is a work in progress.

What does it do?

Bongo Cat for Twitch lets the popular meme cat appear on your screen whenever someone in your Twitch chat issues a command.

How do i add it to my stream? (easy route, START HERE)

How do i install it locally? (advanced users)

If you want to modify the sounds or the behavior you can also run it locally.

With Docker (Docker Desktop works too)

  • Start Http-Daemon with docker compose up -d. The Webserver will listen on Port 8080.

  • Point your OBS browser source to the index.html file and add your channel name as a hash. Example:http://localhost:8080/#jvpeek

  • Set the size of the browser to 1920x1080 pixels.

With Webserver (Whitout Docker)

  • Install a Webserver (Xampp, lamp, MAMP, Apache2, Nginx...)

  • Configure Webroot to ./src

  • Point your OBS browser source to the index.html file and add your channel name as a hash. Example:http://localhost/#jvpeek

  • Set the size of the browser to 1920x1080 pixels.

How do i use it?

There are two commands:

  • !bpm Lets you choose the speed of the song.
  • !bongo [notes] Plays back the sounds in chunks. Notes are divided into chunks by spaces. 12 34 would result in two chunks. The first one containing notes 1 and 2, the second one containing 3 and 4.

What instruments are available?

As of now, there are the same instruments as on https://bongo.cat.

Can i modify this?

Yes. And please show us the results.

Who did this?

The code was written by CodeHustle and JvPeek
The initial compilation of sounds and images was done by Externalizable
Bongo cat was drawn by StrayRogue

About

Hit the bongos like Bongo Cat!

https://bongo.cat


Languages

Language:HTML 47.1%Language:JavaScript 37.2%Language:Python 12.7%Language:CSS 3.0%