🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@xlaoyu/leetcode-submission-table

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xlaoyu/leetcode-submission-table

fetch your leetCode submissions and show in the table

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

vue

FAQs

Package last updated on 09 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts