3lLobo / 3lLobo/advent_of_code
Curl headers ➰
- Dominant language
- Rust
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
To fetch the input data you need an access token, intercept the GET call from the browser and see if you can rebuild it with curl.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue mentions fetching input data with an access token via curl, but does not specify where to add this functionality in the codebase. Look for existing data fetching logic or scripts in the repository. Check if there's a module for downloading Advent of Code inputs, and see how authentication is currently handled. The goal is to replicate the browser's GET request with curl, including headers, to automate data retrieval.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100