Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 559 Bytes

Advent Of Code bot

To install it:

  • Sign in to https://adventofcode.com.
  • Copy .env.example to .env, and follow the instructions in there.
  • pip install -r requirements.txt (preferably in a virtual env)
  • python3.7 bot.py &

Python 3.7+ is required.

Commands

/scores will show the members of the leaderboard, sorted by who has the most stars. Unlike the website, completion time is not considered. If a year is provided, it shows scores for that year. Otherwise, it shows the latest scores.