Orpheus Le Gorila is a Slack bot that forward your Letterboxd activity to your personal channel
/boxd-linkLink your Slack account to Letterboxd/boxd-toggleToggle Letterboxd logging in this channel/boxd-eventsManage which events are sent/boxd-infoOpen a popup showing informations about you/boxd-rollPick a random movie among your watchlist
docker-compose.yml:
services:
orpheus:
build: .
container_name: orpheus-le-gorila
env_file:
- .env
volumes:
- ./data:/app/data
restart: unless-stopped