Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List questions by company tag? #25

Closed
qqldd opened this issue Jan 23, 2017 · 9 comments
Closed

List questions by company tag? #25

qqldd opened this issue Jan 23, 2017 · 9 comments

Comments

@qqldd
Copy link

qqldd commented Jan 23, 2017

Can we add an option to list questions by company tag?

For example:
leetcode list -c google

List all google questions.

@skygragon
Copy link
Owner

Unfortunately the company info doesn't come up with the lis query, which means we have to crawl over all the questions to collect those info... I was thinking of provide a new command to fully download all questions once for all, just like what career-cli does.

@skygragon
Copy link
Owner

by the way I have already tested this kind of fully download in https://github.com/skygragon/Q.mobile, the good thing is currently we only have ~500 questions on leetcode, so this download would cost too much time thus might be acceptable. Any ideas?

@yefeiw
Copy link

yefeiw commented Jul 11, 2017

Hi Sky, I wonder if providing page number and company name we will be able to do it? I am very interested in this feature as well.

@skygragon
Copy link
Owner

skygragon commented Jul 25, 2017

BTW, for those non-premium users, feel free to try the 'company' plugin in https://github.com/skygragon/leetcode-cli-plugins

$  leetcode list -t google

Please note that this feature need the latest commits in leetcode-cli.

@cindywxw
Copy link

This function seems really great, thanks!
This may be a silly question, but how to update leetcode-cli with the latest commits?

@skygragon
Copy link
Owner

@cindywxw 2.0.0 is released with plugin support, please try npm install -g leetcode-cli@latest

@cindywxw
Copy link

@skygragon It's really great. Thanks!

@kedarmp
Copy link

kedarmp commented Nov 12, 2017

@skygragon Does the company plugin mean that non premium users can view those company specific lists?

@skygragon
Copy link
Owner

@kedarmp yep but those company info is collected from internet, so it's not 100% accurate.

skygragon added a commit that referenced this issue Nov 17, 2018
Signed-off-by: Eric Wang <skygragon@gmail.com>
tainenko pushed a commit to tainenko/leetcode-cli that referenced this issue Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants