Deployed at golf.jacoduplessis.co.za.
New leaderboard data is fetched every 60 seconds. News content is fetched upon request.
Please do not scrape the news page. Use the library instead.
The HTML tables on the index page is well suited for use with Google Sheets:
=IMPORTHTML("https://golf.jacoduplessis.co.za/", "table", 1)
Some folks are using this for fantasy golf competitions. If you are interested in collaborating to build a fantasy golf platform, please get in touch.
go get -u github.com/jacoduplessis/golf
go build cmd/golf/golf.go
The binary is named golf
.
rsync -zz ./golf host:path
ssh root@host systemctl restart golf.service