mirror of
https://github.com/tiennm99/loldle-data.git
synced 2026-05-18 11:25:50 +00:00
f071ddada8
4-stage pipeline: fetch ddragon champions, enrich with release dates (wiki scrape), regions (Universe API), and lanes (wiki scrape). Concurrent gender detection via goroutines with semaphore.
11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module github.com/tiennm99/loldle-data
|
|
|
|
go 1.25.5
|
|
|
|
require github.com/PuerkitoBio/goquery v1.12.0
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
golang.org/x/net v0.52.0 // indirect
|
|
)
|