This is a very simple template chatbots for booyah.live in NodeJS
Check this repo for a WIP booyah's API documentation
- Get the user id and session_key cookie of the bot
- Clone the repo
git clone https://github.com/CamiKaseM7/booyah-bot-template.git
- Store the id's in
.env
BOOYAH_SESSION_KEY = ENTER YOUR SESSION KEY
BOT_UID = ENTER YOUR USER ID
- Replace the
CHANNEL_ID
constant inindex.js
with the channel where you want to add the bot
const CHANNEL_ID = 'ENTER THE CHANNEL ID';
- Install NPM packages
npm install
- Run the bot
node .
You simply need to go to https://booyah.live/ and open de DevTool with f12
or CTRL + SHIFT + i
Then go to Application > Cookies > https://booyah.live/
and search for session_key
. If you press it, it will show you the full token
If you need help add me on discord and ask me CamiKase#9795