Get the LeetCode information of a user via Golang.
You should put your cookie of leetcode session and csrftoken in a file named 'config.toml'. It would be something like this:
[connection]
session = "eyJ0eXAiOi..."
csrftoken = "krReU9..."
Clone the repo and go run helper/main.go
and you would get a README.md with all the problems you solved and get the record of the date on which you run the helper.
You can visit my another repo to check how I use it.
go run helper/main.go $id
and you would have a folder created in "algorithm/", including a .go file.
Customization is up to you. Fork it if necessary.