summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-06-24move download pathdev1-1/+1
2026-06-24feat: fetchAndUpdateImdbData — download IMDB datasets and populate imdb tabledev2-0/+352
2026-06-24feat: populate imdb table with unique title IDs from linksdev1-0/+91
2026-06-24feat: extract IMDB title IDs from links URLs into param fielddev3-15/+87
2026-06-24feat: add AccessToken back to Config struct (json:"-" to exclude from seriali...dev1-0/+1
2026-06-24chore: remove access_token from config (calculated by program)dev2-4/+0
2026-06-24feat: switch config to JSON; add go.mod and config.json.exampledev4-88/+57
2026-06-24chore: commit existing config.go changesdev1-1/+2
2026-06-24Changes to config.godev1-0/+1
2026-06-24Initial commitdev5-0/+259