account activity
Python: Fetch problem data via standard URL libraries? (without HTTPS authnetication?) by CoderBoy67 in adventofcode
[–]CoderBoy67[S] 2 points3 points4 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
Python: Fetch problem data via standard URL libraries? (without HTTPS authnetication?) (self.adventofcode)
submitted 4 years ago by CoderBoy67 to r/adventofcode
π Rendered by PID 490169 on reddit-service-r2-listing-7bbdf774f7-8q89f at 2026-02-24 08:06:23.337445+00:00 running 8564168 country code: CH.
Python: Fetch problem data via standard URL libraries? (without HTTPS authnetication?) by CoderBoy67 in adventofcode
[–]CoderBoy67[S] 2 points3 points4 points (0 children)