1.0.1 • Published 6 years ago

@xlaoyu/leetcode-submission-table v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

leetCode submission table

license npm

Use crawlers to get all submitted records, use tables to display, add filtering.

Why?

leetCode's submissions history page does't offer filter function, it's very inconvenient if we want to find the one we had submit.

Usage

Deps

  • Node 8+
  • Can access google.com(你懂的)

Install

# download project
~$ npm install -g @xlaoyu/leetcode-submission-table

Start

~ $ lst -u username -p password

# or

~ $ lst -c config.json

# console will output
✔ Server start successed!
✔ login success!
please visit http://127.0.0.1:3000

Config

nameshort namedefaultdesc
usernameu-leetcode's username
passwordp-leetcode's pwd
portt3000local server port
configc-specify config file
headlessltruewhether use headless mode

config file example

{
  "username": "bidiu",
  "password": "biu~",
  "port": "3000",
  "headless: true
}

Screenshot

2

TODO

  • support oAuth

License

MIT