Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 610 Bytes

File metadata and controls

11 lines (10 loc) · 610 Bytes

Leetcode-Automation

Searches for all the solved questions on Leetcode, downloads the latest Accepted Submission and puts them in a github repository.

  • Uses Selenium for Python
  • Automated Login using Leetcode username and password
  • Creates README.md for each problem with its question content and a file containing its solution with the extension corresponding to the language used to solve the problem.

Installation

  • git clone https://github.com/mornville/Leetcode-Automation.git
  • pip3 install requirements.txt
  • Change username & password in scraper.py
  • python3 scraper.py