Socket
Socket
Sign inDemoInstall

aiocse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiocse

A Python wrapper for the Google Custom Search JSON API.


Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc