iBokki is a Django application that brings together live streams from Kick, YouTube and Twitch with integrated chat using Django Channels. It is designed for easy local development and production deployment via Docker.
- Install dependencies
pip install -r requirements.txt
- Create a
.envfile – copy the variables from deploy/README.md and provide your own values. - Apply migrations
python manage.py migrate
- Run the development server
python manage.py runserver
Execute the Django test suite with:
python manage.py testSee the Deployment Guide for Docker compose usage and production configuration.