Skip to content

zrcoder/leetgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetgo

Cli APP for Leetcode.

examples

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

https://github.com/j178/leetgo

About

Cli app to interact with Leetcode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages