An open API service indexing awesome lists of open source software.

https://github.com/yeongaori/chzzk-chat-bot

Chat Bot for CHZZK streaming service
https://github.com/yeongaori/chzzk-chat-bot

chat-bot chatbot chzzk chzzk-chat-bot chzzk-chatbot

Last synced: 3 months ago
JSON representation

Chat Bot for CHZZK streaming service

Awesome Lists containing this project

README

          

# CHZZK Chat Bot

Simple chat bot software running on the isomorphic-ws (and Selenium web driver to log-in) for the CHZZK streaming service

## Prerequisites
Make sure you have the following installed before proceeding:
- [Node.js](https://nodejs.org/en/download)
- [Git](https://git-scm.com/downloads)

## Setup Instructions
1. **Clone the Repository**
- Open your terminal or command prompt.
- Navigate to the directory where you want to store the chat bot:
```
cd
```
- Clone the repository using:
```
git clone https://github.com/yeongaori/chzzk-chat-bot.git
```

2. **Configuration**
- Open `config.json` and `commands.json`.
- Customize the settings and commands as needed to tailor the bot to your requirements.

3. **Installation**
- Navigate into the cloned `chzzk-chat-bot` directory:
```
cd chzzk-chat-bot
```
- Install the necessary dependencies:
```
npm install
```

4. **Run the Chat Bot**
- Launch the bot using:
```
node index.js
```

5. **Enjoy!**
- Your CHZZK Chat Bot is now up and running! Interact with it and explore its functionalities.