Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 467 Bytes

File metadata and controls

22 lines (15 loc) · 467 Bytes

LeetCode Parser

About this Parser

Description

A simple web parser of the LeetCode dashboard. It returns the all the leetcodes problems with the base information. The parser also categorized the leetcode problems by the algorithm.

The final output listed on the items.txt file, please feel free to use for your own

Requirement

  • Python
  • BeautifulSoup
  • selenium
  • requests

Authors

Mai He [https://github.com/mablic/]

Acknowledgments

N/A