Skip to content

wudizhangzhi/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode execrise and some small tools

there should be some descriptions.

environment

  • python2
  • python3

Install

pip install LeetCodeCrawler

How to Use

LeetCodeCrawler -h

# random problem
LeetCodeCrawler

#specific language and difficulty
LeetCodeCrawler -l python -d medium

example1

TODO

  • crawl answer
  • use docopt instead of argparse
  • character issue
  • crawl other data
  • beautify ui