You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cookie which is set when you login to AoC. You can find it with
49
+
your browser inspector. If you're hacking on AoC at all you probably already
50
+
know these kind of tricks, but if you need help with that part then you can
51
+
`look here <https://github.com/wimglenn/advent-of-code/issues/1>`_.
52
+
53
+
*Note:* If you don't like the env var, you could also put into a text file
54
+
in your home directory (use the filename ``~/.config/aocd/token``).
55
+
56
+
33
57
Automated submission
34
58
--------------------
35
59
@@ -111,32 +135,8 @@ As you can see above, I actually had incorrect code for `2017 Day 20: Particle S
111
135
By the way, the ``aoc`` runner will kill your code if it takes more than 60 seconds, you can increase/decrease this by passing a command-line option, e.g. ``--timeout=120``.
112
136
113
137
114
-
Setup Guide
115
-
-----------
116
-
117
-
Install with pip
118
-
119
-
.. code-block:: bash
120
-
121
-
pip install advent-of-code-data
122
-
123
-
**Puzzle inputs differ by user.** So export your session ID, for example:
0 commit comments