south-american-qualifiers-cli is a cli program to be aware of the qualifiers for the FIFA World Cup 2026 in South America, written in Go.
Data taken from CONMEBOL API
- Show the current positions table
- Show next matches for all the teams
- Show previous matches for all the teams
- See the next matches for a specified team
- See the previous matches for a specified team
Use the go build command and move the binary into your PATH.
go build main.goUse -h or -help for showing the options
south-american-qualifiers-cli -hUse -table for showing the current positions table
south-american-qualifiers-cli -tableUse -fixture and the team name to see the fixture (case sensitive)
south-american-qualifiers-cli -fixture <<Team-Name>>Use -previous and the team name to see the previous matches (case sensitive)
south-american-qualifiers-cli -previous <<Team-Name>>-show-previous for showing the previous matches
south-american-qualifiers-cli -show-previousUse -show-fixture for showing the next matches
south-american-qualifiers-cli -show-fixture



