Skip to main content

A Python 3 client for the Drip API.

Project description

Python Drip Client

This python drip client is maintained by Matthew Clarkson from Paper Planes, a data driven digital marketing agency based in Brisbane, Queensland Australia.

Installation

To install this package run pip install pydrip.

Usage

To use this package, simply import and initialize the DripClient from python-drip as follows:

from pydrip import DripClient

drip = DripClient(token=YOUR_ACCESS_TOKEN, account_id=YOUR_ACCOUNT_ID)

# Get Subscribers
status, data = drip.subscribers()
subscribers = data['subscribers']

# Create a Subscriber
subscriber = {
    'subscribers': {[
        { 'email': 'test@test.com' }
    ]}
}

drip.create_or_update_subscriber(subscriber)

About 90% of the API is covered.

Todo

  • Documentation
  • Test it ;)

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

pydrip-0.1.6.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pydrip-0.1.6-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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