Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.15 KB

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:

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 <directory>
      
    • 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.