Skip to content

Requesting to add feature to use proxy for google search #82

@bawzz234

Description

@bawzz234

Hi,

Thanks for creating such an useful script. It save me a lot of time using the urls only feature.

Google search may block an IP or put robot captcha if it is used more frequently for grabbing thousands of urls, so a proxy support will be very useful. Something like this:

  • $ google-it --query="keywords" --only-urls --limit=100 --proxy=proxies.txt --proxytype=socks4 (this is more preferred)

  • if possible to add a txt file for queries, for example:

$ google-it --query=list.txt --only-urls --limit=100 --proxy=proxies.txt --proxytype=https

  • Also, a txt file for urls only as output support:

$ google-it --query=list.txt --only-urls --limit=1000 --proxy=proxies.txt --proxytype=socks4 -o result.txt

It will be greatly appreciated if you could add these features.

Best Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions