summaryrefslogtreecommitdiff
path: root/src/config.go
AgeCommit message (Collapse)AuthorFilesLines
33 hoursfeat: fetch missing wiki data from custom server and populate imdb tabledev1-0/+4
- Add wiki_server and wiki_username config fields - Query custom server for each wiki_article entry - Extract description, synopsis (Plot), year, poster_url, license, license_url, num_accolades from structured JSON response - Serial processing with 1 req/s rate limit - Update only entries missing at least one target column
3 daysfeat: add AccessToken back to Config struct (json:"-" to exclude from ↵dev1-0/+1
serialization)
3 dayschore: remove access_token from config (calculated by program)dev1-2/+0
3 daysfeat: switch config to JSON; add go.mod and config.json.exampledev1-84/+32
- Replace Viper-based config with encoding/json (config.go) - Add config.json with sensible defaults (gitignored) - Add config.json.example with empty values as reference - Initialize go module (go.mod) - Update main.go to use LoadConfig()
3 dayschore: commit existing config.go changesdev1-1/+2
3 daysInitial commitdev1-0/+97