Skip to content

jameshwc/LeetCode-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode-Helper

Get the LeetCode information of a user via Golang.

Set-up

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..."

Usage

Create README.md

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.

Create a folder of a problem

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.

About

Get the LeetCode information of a user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages