leetcode-cli
leetcode-cli copied to clipboard
Add environment variable override for cookie configuration
Cookies can now be overridden using LEETCODE_CSRF, LEETCODE_SESSION, and LEETCODE_SITE environment variables when loading configuration. I think someone might want to split their cookies from leetcode.toml and keep other configurations in leetcode.toml synchronized by git, e.g., me 🤣.
TODO
- Update README.md with corresponding doc.