blairfrandeen / 2022-AoC

Wherein I pretend I learned anythign at all about programming int he last year
0 stars 1 forks source link

AoC Cookie Extraction from Firefox is platform specific #3

Closed blairfrandeen closed 1 year ago

blairfrandeen commented 1 year ago

Current implementation for getting cookies from FireFox to aid in getting AoC input code directly with an HTTP request is specific to my setup. Assumes WSL, and somewhat-specific path to Firefox Cookie database.

Goal is to make this work on my pure Ubuntu setup as well. Bonus if I can make it platform independent, just for fun.