Performs custom google search programmatically
Project description
py-custom-google-search
This library is to ease with the usage of custom Google Search API. This means that you can use this library to programatically perform Google searches with the API, without the need for scraping (which means that it is much lighter).
Installation
To install, run
pip install custom-google-search
Usage
Getting CX Number and API Key
Follow this tutorial on how to get your CX Number and API Key
Programmatically
from custom_google_search import search
search("nike logo", key=API_KEY, cx=CX_NUMBER)
where API_KEY
and CX_NUMBER
are the API Key and CX Number respectively.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file custom_google_search-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: custom_google_search-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a04f4508765cd7c5bc266510758e543f7d2e9fc321aa0273af31543d9cde12ec |
|
MD5 | e6204229c46113d56336c3d95f45b605 |
|
BLAKE2b-256 | 6d1386e8949edb1e413b9251f08d59239c1dafa44927e641dec6e0e00b0e0ba2 |