Skip to content

babooppa6/rocket-league-replays

 
 

Repository files navigation

rocket-league-replays

Replay database and parser for Rocket League

Server cronjobs

# Pull in player ratings every 5 minutes.
*/5 * * * * /var/www/rocket_league/.venv/bin/python -W ignore /var/www/rocket_league/manage.py get_league_ratings --settings=rocket_league.settings.production

# Post to Twitter and reddit at 10PM every day.
0 22 * * * /var/www/rocket_league/.venv/bin/python -W ignore /var/www/rocket_league/manage.py social_post --settings=rocket_league.settings.production

# Reprocess all matches in the morning (mostly for the excitement factor decay).
0 2 * * * /var/www/rocket_league/.venv/bin/python -W ignore /var/www/rocket_league/manage.py reprocess_matches --settings=rocket_league.settings.production

About

Replay database and parser for Rocket League

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 57.3%
  • Python 24.0%
  • HTML 17.6%
  • JavaScript 1.1%