Socket
Socket
Sign inDemoInstall

@xlaoyu/leetcode-submission-table

Package Overview
Dependencies
202
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @xlaoyu/leetcode-submission-table

fetch your leetCode submissions and show in the table


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 09 May 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc