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

Follow redirect 302 #1

Open
wernight opened this issue Nov 21, 2014 · 10 comments
Open

Follow redirect 302 #1

wernight opened this issue Nov 21, 2014 · 10 comments

Comments

@wernight
Copy link

Currently the tool returns error 302.

@coccoinomane
Copy link

Same here. This is the output, independently of the search query:

$> ./google ciao

http://www.google.com/search?q=ciao
Server responded with an error: 302

@jarun
Copy link

jarun commented Sep 13, 2015

Please take a look at google-cli, revives this project and adds tons of features:
https://github.com/jarun/google-cli

@coccoinomane
Copy link

Thank you Arun! It is a great piece of software; I have just starred your project.

I was wondering whether you plan to implement the following two features:

  • Dump search results to file. I tried with output redirection in bash, but it fails with error IOError: [Errno 25] Inappropriate ioctl for device.
  • Introduce an option to show only the URLs or the titles of the search results.

I could try implementing the second feature myself, but first I need to re-study Python.

Cheers,
Guido

@jarun
Copy link

jarun commented Sep 13, 2015

Hey thanks!

I can add the first one but need some time to start the implementation due to personal stuff. Can you please raise a bug on the google-cli project for this? In case someone else picks it up.

Regarding the second one, adding more options mean consuming more time in parsing them (even if that's just two condition checks). So you might have to convince me with the strong reason to add these ;).

@jarun
Copy link

jarun commented Sep 14, 2015

The first issue is fixed now.

@coccoinomane
Copy link

Thank you so much, Arun! I was travelling so I couldn't raise the bug; you were much quicker than me 😊

Concerning the second request (add option to show only one field, e.g. URL or title), the need arises in the web agency where I work when a list of URLs matching a criterion is needed.

However, now that output redirection works, one can just dump the result to file and regex them to death 😊 So I guess I can do without the feature, even though I still think it would add to the tool.

Thanks again for the quick fix!

Cheers,
Guido

@jarun
Copy link

jarun commented Sep 15, 2015

No problem!
Glad to know it helps! Good luck!

@coccoinomane
Copy link

Hi Arun,

I have just downloaded GDB dashboard and I love it. I would happily donate but I am not familiar with Bitcoins. Do you have a Paypal account?

Cheers,
Guido

On 15 Sep 2015, at 14:35, Arun Prakash Jana notifications@github.com wrote:

No problem!
Glad to know it helps! Good luck!
On a different note, in case this tool helps you commercially please
consider donating a few bucks to my site:
http://tuxdiary.com/2014/01/01/donate/

This is just a request and do not hesitate even if you think the amount is
very less. It would help us in a big way with our maintenance expenses.

Regards,

Arun

http://tuxdiary.com/

On Tue, Sep 15, 2015 at 4:57 PM, coccoinomane notifications@github.com
wrote:

Thank you so much, Arun! I was travelling so I couldn't raise the bug; you
were much quicker than me 😊

Concerning the second request (add option to show only one field, e.g. URL
or title), the need arises in the web agency where I work when a list of
URLs matching a criterion is needed.

However, now that output redirection works, one can just dump the result
to file and regex them to death 😊 So I guess I can do without the
feature, even though I still think it would add to the tool.

Thanks again for the quick fix!

Cheers,
Guido


Reply to this email directly or view it on GitHub
#1 (comment).


Reply to this email directly or view it on GitHub #1 (comment).

@jarun
Copy link

jarun commented Sep 15, 2015

Can you please mail us from here:
http://tuxdiary.com/contact/

That way our email IDs will be safe.
I will send you the details.

@jarun
Copy link

jarun commented Sep 20, 2015

Or you can also send a mail to arun @ tuxdiary dot com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants