Skip to content

Spacerulerwill/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code solutions

git clone https://github.com/SpaceCases/aoc                 # Clone repository to local machine
cd aoc                                                      # Move into directory
python -m venv env                                          # Create the virtual environment
source env/bin/activate                                     # Activate virtual environment
python -m pip install .                                     # Install dependencies
mv .env.example .env                                        # Rename .env.example to .env

Then use your preferred text editor of choice to add your session cookie to the .env. Once that is setup, you can run the bot:

python aoc.py run <year> <day> <part>                       # Run a solution

About

Advent of Code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages