Skip to content

To download all your code from leetcode server automatically.

Notifications You must be signed in to change notification settings

HaomingFu/CodeFromLeetcode

This branch is up to date with ileng/CodeFromLeetcode:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 7, 2015
41b2936 · Jun 7, 2015

History

7 Commits
Jun 7, 2015
Jun 7, 2015
Jun 7, 2015
Jun 7, 2015
Jun 7, 2015
Jun 7, 2015

Repository files navigation

CodeFromLeetcode

To download all your code from leetcode server automatically. You can get all your submitted code and a report in HTML file containing your submission history.

Usage:

1. Specify your leetcode account information in config.ini
   you need to put your user name and password in the [info] section 
   following user and passwod respectively. 

2. run the login.py to download the code

Limit:

1. You can only login with a passwod and username. Login through a third-party 
   application is not supported now.

2. Only the hard mode is implemented now. It can and only can download all your 
   history code files from the leetcode server. 

ToDo:

1. Add simple mode: provide the option to download the most recent accepted code
of each problem.

2. Add options to login via third-party applications.

About

To download all your code from leetcode server automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.6%
  • Java 30.5%
  • Python 25.9%