Skip to content

this is a simple automation tool that helps me synchronize my github repository with leetcode

Notifications You must be signed in to change notification settings

bblackstone/leetcode_auto_push

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a simple tool that helped me take all leetcode solved problems to local and then push them to github

Installation

  1. Clone the Project:

    git clone https://github.com/Hamza-ouabiba/leetcode_tool.git
    cd leetcode_tool
    
  2. Install Dependencies:

    pip install -r requirements.txt
    
  3. Run script:

    python Scraper.py
    

When the script is running, a web browser will open for you to authenticate with your LeetCode account. After logging in, press Enter in the console to start scraping the problems.

The script will gather your solved problems, save them into a problems.json file, create folders for each problem, and store the code inside the corresponding folder .

About

this is a simple automation tool that helps me synchronize my github repository with leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%