Skip to content
/ aiocse Public

An API wrapper for the Google Custom Search Engine JSON API.

License

Notifications You must be signed in to change notification settings

Daudd/aiocse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiocse

An asynchronous wrapper for the Google Custom Search JSON API written in Python. This is basically a copy of async-cse with some modifications.

google

Features

  • 100% asynchronous (non-blocking)
  • Toggle safe-search on/off
  • Image search
  • Total results
  • Max results
  • Query time

Installation

This library can be installed through PyPi:

pip install -U aiocse

You can also install through GitHub:

pip install -U git+https://github.com/Daudd/aiocse

Getting Started

An API key is required for aiocse, which you can get one from here. Keep in mind that one key is limited to 100 requests per day, so consider getting more than one key and put them in a list.

API Key

About

An API wrapper for the Google Custom Search Engine JSON API.

Topics

Resources

License

Stars

Watchers

Forks

Languages