Skip to content

christopher-dG/osr2mp4-bot

Repository files navigation

osr2mp4-bot

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.

Dev Notes

Environment variables that need to be set in .env:

  • REDDIT_CLIENT_ID
  • REDDIT_CLIENT_SECRET
  • REDDIT_PASSWORD
  • REDDIT_USERNAME
  • REDDIT_USER_AGENT
  • OSU_API_KEY
  • OSU_USERNAME
  • OSU_PASSWORD
  • STREAMABLE_USERNAME
  • STREAMABLE_PASSWORD
  • SERVER_ADDR
docker-compose build
docker-compose run -u root worker sh -c 'chown 1000 $LOG_DIR $VIDEO_DIR'
docker-compose up -d --scale worker=4

About

Records osu! replays from Reddit (inactive)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published