Kichat is an open-source chat client for kick.com. Developed using Electron, it allows users to chat in multiple Kick.com channels simultaneously.
- Connect to multiple channels at once
- Add and remove channels
- Auto-scrolling and message limit
- Emote and badge support
- Easy login with Kick.com account
- Clone this repository:
git clone https://github.com/encoderpie/kichat.git
- Navigate to the project directory:
cd kichat
- Install the required dependencies:
npm install
To start the application: npm start
For linting: npm run lint
To format the code: npm run format
To package and distribute the application: npm run build
This command will create distribution-ready files in the dist
folder.
We welcome contributions! Please follow these steps:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License.
Encoderpie - @encoderpie - encoderpie@gmail.com
Project Link: https://github.com/encoderpie/kichat