Skip to main content

Python API wrapper for darksearch.io

Project description

Python API wrapper for darksearch.io

Install

pip install darksearch

Usage

 import darksearch

 response = darksearch.search("query")

 """
 Returns JSON object formatted like this:
 {
   "total": int,
   "per_page": int,
   "current_page": int,
   "last_page": int,
   "from": int,
   "to": int,
   "data": [
       {
           "title": string,
           "link": string,
           "description": string
       }
    ]
}
 """

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DarkSearch-1.3.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distributions

DarkSearch-1.3.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

DarkSearch-1.3.2-py2-none-any.whl (2.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page