/python-cse

An asynchronous wrapper for the Google Programmable Search Engine.

Primary LanguagePythonApache License 2.0Apache-2.0

Documentation Status

I'm not the original creator, I don't know how to help with anything. The original library was deleted.

Python-CSE

An asynchronous wrapper for the Google Programmable Search Engine. google

Features

  • Image searching
  • Localized results
  • SafeSearch on/off
  • 100% typed
  • Fully asynchronous (non-async is not planned)

Obtaining an API key

An API key is required to use this library. You can obtain one from the Custom Search Engine documentation.

apikey

Installation

The project is available on PyPI and can be downloaded via pip:

python -m pip install python-cse

Or alternatively from GitHub (unstable)

python -m pip install git+https://github.com/XuaTheGrate/python-cse