Skip to main content

google search cli

Project description

# google-search-cli

* works like a shell
* changing keywords without quiting
* socks proxy support
* does not handle urls(leave it to termial emulator)

## setup

```sh
pip install google-search-cli
```

## usage

```sh
google-search keyword keyword2
```

using socks5 proxy, `http_proxy` should also work

```sh
SOCKS_SERVER=127.0.0.1:9090 google-search
```

## the google api

```sh
curl -Gs \
-d v=1.0 \
-d start=0 \
-d rsz=3 \
--data-urlencode q=keyword \
http://ajax.googleapis.com/ajax/services/search/web
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-search-cli-0.0.5.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page