Automatically archives hololive karaoke streams
To run the archiver, run
docker run -it -d \
--name "hololive_archiver" \
--restart=unless-stopped \
--network bridge \
-v /path/to/downloads/:/downloads/ \
-v /path/to/config.yaml:/app/config.yaml \
marnixah/hololive_archiver:latest
git clone https://github.com/marnixah/hololive_archiver.git
cd hololive_archiver
Change the docker-compose file to match your directories, then run
docker-compose up -d
!! THIS IS UNSUPPORTED !!
To run the archiver, run the following
git clone https://github.com/marnixah/hololive_archiver.git
cd hololive_archiver
pip3 install -r requirements.txt
python3 main.py
In order to configure this, just edit config.yaml. An example is provided in this repository