cli tool to get leetcode daily question
leetcode-cli daily goleetcode-cli daily python- You will need to install go on your machine: https://go.dev/doc/install
- Setup GOPATH
Add the following to your shell config
export PATH=${PATH}:$HOME/go/binMore information: https://go.dev/wiki/GOPATH#gopath-variable
- Install the binary
go install github.com/epicseven-cup/leetcode-cli@latestThere could be delays between the Goproxy and GitHub binarys, you can use the direct setup
GOPROXY=direct go install github.com/epicseven-cup/leetcode-cli@latest