Skip to main content

No project description provided

Project description

# 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. ~~~

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aoccasper-0.0.2.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

aoccasper-0.0.2-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page