Add Go-based PokeAPI fetch tool
Replaces the Python fetch_pokeapi.py script with a Go tool that crawls a local PokeAPI instance and writes seed JSON files. Supports caching and special encounter definitions via JSON config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
3
tools/fetch-pokeapi/go.mod
Normal file
3
tools/fetch-pokeapi/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module nuzlocke-tracker/tools/fetch-pokeapi
|
||||
|
||||
go 1.22
|
||||
Reference in New Issue
Block a user