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
- Host: GitHub
- URL: https://github.com/yeongaori/chzzk-chat-bot
- Owner: yeongaori
- License: apache-2.0
- Created: 2023-12-21T16:58:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T12:38:13.000Z (over 1 year ago)
- Last Synced: 2024-11-25T13:36:24.520Z (over 1 year ago)
- Topics: chat-bot, chatbot, chzzk, chzzk-chat-bot, chzzk-chatbot
- Language: JavaScript
- Homepage:
- Size: 9.18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.