Skip to content

peteradeojo/leetcode-challenge-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Challenge Generator

Introduction

This python script uses selenium and the Microsoft Edge webdriver to scare the Leetcode for the first 5 challenges.

How it Works

  • Get the top 5 challenges, their title and the link
  • Go to the challenge page and take a screenshot of the challenge decription

Upcoming

  • get input from the user to select what level of problems to generate [x] Upload the images to a CDN (cloudinary?) [x] Send the challenges to a slack channel

How to run

Dependencies

# clone the repo into a virtual environment
# activate the virtual environment
> pip install -r requirements.txt

> python3 findChallenge.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages