A Go script to scrape the currently playing video games from a user's public Backloggd profile.
- Run
go mod tidy
to install package dependencies - Enter your Backloggd username on line 16 in
main.go
- Run the script by running
go run main.go
A Go script to scrape the currently playing video games from a user's public Backloggd profile.
go mod tidy
to install package dependenciesmain.go
go run main.go