Skip to main content

A package to simplify usage of the DeepCrawl REST API.

Project description

DeepCrawl API Wrapper

This is a package to simplify use of the DeepCrawl API.

pip install deepcrawl

Usage

import deepcrawl

#Specify your API credentials API_ID = '1234' API_KEY = 'myapikey'

Create a new connection using API credentials

dc = deepcrawl.ApiConnection(API_ID, API_KEY)

Get a specific project and output the name

account_id = 19 project_id = 314267 project = dc.get_project(account_id, project_id) print(project.project_settings.name)

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

deepcrawl-0.0.5.tar.gz (7.3 kB view hashes)

Uploaded source

Built Distribution

deepcrawl-0.0.5-py3-none-any.whl (10.6 kB view hashes)

Uploaded py3

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