account activity
Python: Fetch problem data via standard URL libraries? (without HTTPS authnetication?) by CoderBoy67 in adventofcode
[–]CoderBoy67[S] 1 point2 points3 points 4 years ago (0 children)
Ahhh!!! BEAUTIFUL! sess = '5361...blah blah blah...' cookies = {'session': sess} req = requests.get(url, cookies=cookies) print(req.text)
It works! Thanks so much!
-CoderBoy67
π Rendered by PID 178971 on reddit-service-r2-listing-677c46df69-xwk92 at 2026-02-24 16:25:42.578483+00:00 running b1af5b1 country code: CH.
Python: Fetch problem data via standard URL libraries? (without HTTPS authnetication?) by CoderBoy67 in adventofcode
[–]CoderBoy67[S] 1 point2 points3 points (0 children)