8000 GitHub - andyjjrt/rosetta: A discord music bot, with other cool stuffs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andyjjrt/rosetta

Repository files navigation

Rosetta

Install

  1. Create config fie config.ini
[bot]
TOKEN=xxx
CLIENT_ID=xxx
[bot.emoji]
success=<:name:xxx>
error=<:name:xxx>
youtube=<:name:xxx>
progress_start=<:name:xxx>
progress=<:name:xxx>
progress_mix=<:name:xxx>
progress_fill=<:name:xxx>
progress_end=<:name:xxx>
progress_fill_end=<:name:xxx>
progress_start_0=<:name:xxx>
  1. Use scripts/mygo-ave-preprocess.sh preprocess the video

  2. Use docker compose up -d to start your service

services:
  rosetta:
    image: ghcr.io/andyjjrt/rosetta:latest
    volumes:
      - ./music:/app/music
      - ./config.ini:/app/config.ini
      - ./mygo-ave-video:/app/mygo-ave-video
0