Skip to content

krz0001/rawchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawChat 🔈

RawChat is a simple application that allows users to communicate in real-time using an overlay on OBS linked to Discord. Inspired by Cacabox's Livechat, demo available here.

Project demo

Note

Demo is a live feed from OBS.

demo.mp4

Installation

To install and run RawChat locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/krz0001/rawchat.git
    cd rawchat
  2. Install dependencies:

    npm install
  3. Create a .env file in the root directory and add your Discord bot token as BOT_TOKEN:

    touch .env
  4. Start the development server:

    npm start

Usage

Once the development server is running, you can access the application at http://localhost:3000. Register a new account or log in with an existing account to start chatting.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any features, bug fixes, or enhancements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Self-hostable Cacabox Livechat clone.

Resources

License

Stars

Watchers

Forks