Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 267 Bytes

Advent of Code

I resolve the advent of code in python (^_^)

In order to use the correct data (yours), you need to create a file credentials.py in the root directory.
This file will need :

def cookies():
    return {"session": f"{your_cookie}"}