Categorygithub.com/ragtag-archive/kumo
repositorypackage
0.0.0-20240829145624-ce09dbe4183b
Repository: https://github.com/ragtag-archive/kumo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

kumo 🕷️

Crawl channels for new videos and queues them up into tasq.

Configuration

See config.example.toml. A tsv file hosted on a public URL is used as the source of the videos. The format of the tsv is as follows:

Agency nameBatch nameChannel IDChannel NameCron Preset
VTuber Group LLCGen -1somethingsome vtuberLow

Deployment

You can use this docker-compose.yaml to run a pre-built image of kumo.

version: '3'
services:
  kumo:
    image: ghcr.io/ragtag-archive/kumo:main
    restart: unless-stopped
    volumes:
      - ./config.toml:/app/config.toml:ro