Skip to content

MathiasDPX/orpheus-le-gorila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a59b9fa · · Mar 3, 2026

History

29 Commits
Feb 1, 2026
Jan 30, 2026
Jan 31, 2026
Jan 31, 2026
Jan 31, 2026
Mar 3, 2026
Feb 7, 2026
Feb 4, 2026
Feb 7, 2026
Feb 7, 2026
Feb 1, 2026
Feb 1, 2026
Feb 1, 2026

Repository files navigation

Orpheus Le Gorila

Orpheus Le Gorila is a Slack bot that forward your Letterboxd activity to your personal channel

Commands

  • /boxd-link Link your Slack account to Letterboxd
  • /boxd-toggle Toggle Letterboxd logging in this channel
  • /boxd-events Manage which events are sent
  • /boxd-info Open a popup showing informations about you
  • /boxd-roll Pick a random movie among your watchlist

Installation

docker-compose.yml:

services:
   orpheus:
     build: .
     container_name: orpheus-le-gorila
     env_file:
      -  .env
     volumes:
      -  ./data:/app/data
     restart: unless-stopped