there should be some descriptions.
- python2
- python3
pip install LeetCodeCrawler
LeetCodeCrawler -h
# random problem
LeetCodeCrawler
#specific language and difficulty
LeetCodeCrawler -l python -d medium
- crawl answer
- use docopt instead of argparse
- character issue
- crawl other data
- beautify ui