# 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
```
* 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
```
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file google-search-cli-0.0.5.tar.gz.
File metadata
- Download URL: google-search-cli-0.0.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8499836dec2c4d03a676a202bdfa6c4038c789fe88e106c4e1f559989483217a
|
|
| MD5 |
e6943f6d570ae86bb9c5081f10c7072e
|
|
| BLAKE2b-256 |
ab856316f1ca7f14a48d67a7873271bff778c1c7d7026ad7e3507bc97f5b267a
|