Skip to content

a simple tool for downloading the submission which has accepted on LintCode

Notifications You must be signed in to change notification settings

bupttcl/LCSpider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lcSpider

This script can be used to download all your LintCode accepted submissions and questions.

##summary

  • beautifulsoup
  • csrfmiddlewaretoken
  • cookie
  • "\n" problem

##usage:

./lcSpider.py USERNAME PASSWORD

##Node:

(1) C++ is the only supported language. But you can easily modify this script to support others.

(2) you may need to install the two libs:Requests: HTTP for Humans and Beautiful Soup

(3) This script will only download the latest successful submission for each problem. If the file exits locally, it will be updated.

##licence

Do What the Fuck You Want to Public License

About

a simple tool for downloading the submission which has accepted on LintCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%