Skip to content

moviedatascience/ibokkiSite

Repository files navigation

iBokki Streaming Platform

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.

Local Setup

  1. Install dependencies
    pip install -r requirements.txt
  2. Create a .env file – copy the variables from deploy/README.md and provide your own values.
  3. Apply migrations
    python manage.py migrate
  4. Run the development server
    python manage.py runserver

Running Tests

Execute the Django test suite with:

python manage.py test

Deployment

See the Deployment Guide for Docker compose usage and production configuration.

About

code for website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors