Skip to main content

Push Clearbit Person and Company data into a Slack channel

Project description

Clean beautiful customer data. Now in Slack.

https://raw.githubusercontent.com/15five/clearbit-slack-python/master/docs/_static/img/example.png

Installation

Add to your application’s requirements.txt file…

clearbit-slack-python

Or pip install…

$ pip install clearbit-slack-python

Configuration

To use, instantiate a Notifier object with your Slack token, channel, and data dict built from part of the body of the POST request sent by Clearbit.

import json

from clearbit_slack import Notifier


slack_token = 'xoxp-1234567890-6789012345-5432109876-12ab34'
slack_channel = '#signups'
body_data = json.loads(request_body)
attrs = body_data.get('body', {})

notifier = Notifier(slack_token, slack_channel, attrs=attrs)
notifier.notify()

Contributing

  1. Fork it (https://github.com/15five/clearbit-slack-python/fork)

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am ‘Add some feature’)

  4. Push to the branch (git push origin my-new-feature)

  5. Create a new Pull Request

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

clearbit-slack-python-0.1.1.tar.gz (486.6 kB view hashes)

Uploaded Source

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