Bot for TubeArchivist Discord server
  • Python 89.4%
  • Dockerfile 10.6%
Find a file
2025-09-02 11:42:33 +07:00
.github/workflows add build webhook 2025-09-02 11:42:33 +07:00
app Update bot.py (#4) 2025-07-01 08:56:19 +07:00
env rename env file 2023-08-01 09:47:08 +07:00
.gitignore bump dependencies 2025-09-02 11:42:33 +07:00
Dockerfile bump dependencies 2025-09-02 11:42:33 +07:00
README.md add rebuild info 2023-10-05 09:12:01 +07:00
requirements-dev.txt bump dependencies 2025-09-02 11:42:33 +07:00
requirements.txt bump dependencies 2025-09-02 11:42:33 +07:00

TubeArchivist Discord Bot

Setup

Environment:

  • BOT_TOKEN: Register bot on the server to get token

Install

Compose file:

services:
  discord-bot:
    container_name: discord-bot
    build: https://github.com/tubearchivist/discord-bot.git
    restart: always
    env_file:
      - ./env/discord-bot.env

Update

Container rebuilds with webhook on commit to master.