-
-
Notifications
You must be signed in to change notification settings - Fork 529
TODO list #209
Comments
I dropped my old personal wishlist from the pinned list. I doubt anyone wants to invest that much into those items at this point.
|
Can I get the stock price using Google Finance? |
No, googler doesn't have support for Google Finance. |
I'd like to see Scholar support. What would be involved? |
A patch would do. You just fetch the poorly structured HTML, and parse out structured data. Existing code should give you a clue. Beware that (1) we stick to PSL and nothing more (no third party deps); (2) it could be a pretty substantial patch. |
Hello -- Thank you for this powerful tool. Question: is it possible to exclude words from a search (as you would during a regular Google search by typing e.g. "searchTerm -excludedTerm")? -- Steven |
It has to do with python argparse. Try this:
note: the space before |
Arun, fantastic, thank you for the quick reply! -- Steven |
I've met with a problem: when I try to google something, for example |
You are facing #249. Did you try master? |
I use version install through apt from Ubuntu repository. Yes, problem can be solved using --noua key, so it's something with googler's user agent. |
it's fixed on master and on release 3.7.1. |
Can this be used to retrieve Google Image results? |
Short answer: no. |
Is it possible to show the chosen result directly in the terminal instead of opening it into browser (whether that's a graphical one or one in the terminal)? |
Sorry, |
I fail to see why we should reinvent a textual web browser. There are even terminal web browsers that can render JavaScript and graphics, e.g. browsh. |
Of course, you could also use a third-party content extraction library, or maybe a Readability-like web service to extract content from URLs. There are quite a few such libraries available in Python (can't think of names right off the top of my head, just Google), and probably even more in other languages. Since |
Actually I just coded up a quick example: https://github.com/jarun/googler/wiki/Directly-print-content-of-results-to-terminal. See if this is what you need. @ifohancroft |
This is exactly what I need! Thank you so much @zmwangx ! |
Someone bring me a gun, I wanna shoot @zmwangx. ;) |
Added to the Curiosity nails it section. ;) |
Works almost perfect. Just like with the reader mode, alias can also be used with the dump-content to make things shorter:
Other uses in science and technology P.S. Added alias section to the wiki entry for dump-content (Won't content-dump be a better name?) |
@ifohancroft we can omit the instructions on adding the alias. People who use |
Any chance we'll see an option to open the search directly in browser? Just to be clear I know this can be easily done externally from googler, but it'd be nice to have everything in one place. |
I'm against this. There was a PR for this that turned sour so I wouldn't link it. Basically, it's pointless to load tons of useless Python modules just to percent encode a query; a trivial script should do. Also, this is already possible in googler with two extra keystrokes ( However, if there's strong demand (say, we get two more independent requests), maybe we can add it. |
I'm looking to finally close this issue. Thoughts:
I think the TODO list has served its purpose. Nothing actually happened (old item implemented, or new item added and implemented) here in the past two years. This issue could be closed instead of attracting more feature requests that make searching harder. |
inspirehep.net is cool! Yes, I agree we can close this. No one is missing these proposed features for while now. |
In the future if a TODO list is ever needed, we could use https://github.com/jarun/googler/projects instead. It's not 2015 anymore so issues don't need to be organized in a meta-issue. |
Yes, but that's a overkill for small work items. I would prefer raising a defect and leaving it open till someone picks. |
Those issues could be labeled feature requests. |
or enhancements... |
Of course, that's what I was saying. It makes searching easier than commenting on random threads that happen to be open. Project board is for organizing the issues in some way, and I doubt we'll ever have some many items to need organization other than a plain listing under /issues, hence the adverb "ever" before "needed". |
I see, I thought the proposal was to use it the next time we need a ToDo list... |
And we'll never need it ;) |
Hehe... BTW, I checked the possibility of using CircleCI for |
Oh crap, just realized I forgot to reply there. |
Since this thread is still active... |
How can we export the search result in a json file ?? is it possible ? can you do this feature in a next version of googler ? |
This option is available already. |
Rolling TODO list thread No. 4. Previous thread is #87.
Possible improvements we'd like to see:
Suggestions and PRs welcome!
The text was updated successfully, but these errors were encountered: