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

A template for creating chatbots for booyah.live

Notifications You must be signed in to change notification settings

crivasr/booyah-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A template for creating chatbots for booyah.live

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published