modulepackage
0.0.0-20240910082924-518d072c01e9
Repository: https://github.com/zrcoder/leetgo.git
Documentation: pkg.go.dev
# README
leetgo
Archived. see https://github.com/j178/leetgo for new updates.
Cli APP for Leetcode.
Only tested for Golang and Python until now.
USAGE:
leetgo command [command options] [arguments...]
COMMANDS:
config init or config your leetgo project
search search questions by keywords
view view questions or solutions
test test your code locally and remotely
submit submit your codes
Install
go install github.com/zrcoder/leetgo@latest
How to auth?
You should login leetcode on browser firstly, then leetgo will search and read the browser cookie for auth.
For security, leetcode doesn't store the cookies itself, just read from browsers' cache.
Inspired by
# Packages
No description provided by the author