@xlaoyu/leetcode-submission-table
v1.0.1
Published
fetch your leetCode submissions and show in the table
Downloads
5
Readme
leetCode submission table
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
| name | short name | default | desc | |:----:|:----:|:----:|:----:| | username | u | - | leetcode's username | | password | p | - | leetcode's pwd | | port | t | 3000 | local server port | | config | c | - | specify config file | | headless | l | true | whether use headless mode |
config file example
{
"username": "bidiu",
"password": "biu~",
"port": "3000",
"headless: true
}
Screenshot
TODO
- support oAuth
License
MIT