A Reddit bot that records and uploads videos of osu! replays. See /u/osu-bot. This is just a thin wrapper around osr2mp4, all credit belongs there.
Most of its work is done automatically, but you can also trigger it manually by commenting /u/osu-bot record on a score post.
Environment variables that need to be set in .env:
REDDIT_CLIENT_IDREDDIT_CLIENT_SECRETREDDIT_PASSWORDREDDIT_USERNAMEREDDIT_USER_AGENTOSU_API_KEYOSU_USERNAMEOSU_PASSWORDORDR_API_KEYSERVER_ADDR
docker-compose build
docker-compose run -u root worker sh -c 'chown 1000 $LOG_DIR'
docker-compose up -d --scale worker=4