Rugby match result CLI retriever in Go.
It is rather simple by now, only allows query with EventID for results from last week, and output in Markdown table format.
go get github.com/rugby-board/rugby-result
# Need days, default 7
rugby-result -id=209 -days=3
# NRC need `round`
rugby-result -id=247 -round=1
# Show all events info
rugby-result -list-events
# Check all events
rugby-result -iter-events
- 3: International Tests
- 201: Premiership
- 203: Top14
- 204: Pro14
- 205: Super Rugby
- 206: Anglo Welsh Cup
- 208: Mitre 10 Cup
- 209: Six Nations
- 210: Rugby World Cup
- 214: The Rugby Championship
- 221: British & Irish Lions
- 242: European Champion Cup
- 243: European Challenge Cup
- 303: Currie Cup Premier
- 247: National Rugby Championship
MIT