Add a list of questions to a favourite list of yours
Initialize session id variable. You can get it directly from your browser (if you're using chrome, cookies can be found here chrome://settings/cookies/detail?site=leetcode.com)
Linux/Macos
export LEETCODE_SESSION_ID="yyy"
Windows
set LEETCODE_SESSION_ID="yyy"
Clone this repo. And go to the directory in command line window.
Then,
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt
python build.py
- Chrome add-on copy-selected-links can let you select multiple leetcode links from a web page
- leetcode-anki can generate Anki decks based on a leetcode list id
- The project heavily relies on python-leetcode
- The project copied some code and doc from leetcode-anki