Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (35 loc) · 1.12 KB

booyah-bot-template

This is a very simple template chatbots for booyah.live in NodeJS

Check this repo for a WIP booyah's API documentation

Installation

  1. Get the user id and session_key cookie of the bot
  2. Clone the repo
git clone https://github.com/CamiKaseM7/booyah-bot-template.git
  1. Store the id's in .env
BOOYAH_SESSION_KEY = ENTER YOUR SESSION KEY
BOT_UID = ENTER YOUR USER ID
  1. Replace the CHANNEL_ID constant in index.js with the channel where you want to add the bot
const CHANNEL_ID = 'ENTER THE CHANNEL ID';
  1. Install NPM packages
npm install
  1. Run the bot
node .

How to get the session_key cookie

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

Contact

If you need help add me on discord and ask me CamiKase#9795