# About
A way to solve AOC. Coded by Casper.
# How to use
Set the session cookies ~~~ from aoccasper import set_session_cookies set_session_cookies(“whatever your session cookies are for aoc”) ~~~
If you don’t do this, you will use a random aoc session’s cookies which won’t corespond to your own session cookies.
~~~ from aoccasper.day1 import part_1, part_2
# test_input = …
part_1(test_input) part_1() # This will automatically pull your input based on the session_cookies that you have imported. ~~~
Release files for aoccasper 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aoccasper-0.0.2.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aoccasper-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.5 kB
Release files / aoccasper-0.0.2.tar.gz
| Download URL | aoccasper-0.0.2.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22a1c6f5b9da4cac8460344c4d6c3167b14bf590c715e29e54d5f7320662750f
|
|
BLAKE2b-256 checksum How to use checksums |
5169f8304f895cdfaa7b9341260023e6f3e13d1d862f431d53baac48b3620ecd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|
Release files / aoccasper-0.0.2-py3-none-any.whl
| Download URL | aoccasper-0.0.2-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9b6da5ac5eb4803b91741f98c4bfed52ccc1111518ef331e41b90c4c750b39e6
|
|
BLAKE2b-256 checksum How to use checksums |
8394225cdf28ac257d663b52ea5390e23796637efc0fe765129a7d3b96db96af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.18
|