Self-hosted web interface that allows users to search for movies and shows across multiple streaming services in multiple countries, grouped by streaming service.
git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
python3.11 -m pip install -r requirements.txt
cd src
python3.11 .
docker run -p 5000:5000 ghcr.io/emilywotruba/dionysus:latest
git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
docker-compose up -d
git clone https://github.com/emilywotruba/dionysus.git
cd dionysus
sudo docker build -t dionysus .