Skip to content

Python library to automate submission of solutions for Advent of code challenges

Notifications You must be signed in to change notification settings

abhijithasokan/advent-of-code-auto-submit-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. Add your cookie in aoc_cookie.json file
  2. Edit 2020/template.py (need to give correct year & day of challenge to submit)
  3. Write solution for level 1 in solve_l1 and for level 2 in solve_l2
  4. Run the script. If the above functions return non-None value (None values are not submitted), script will ask for your confirmation before submitting the solution.

Releases

No releases published

Packages

No packages published

Languages