Push Clearbit Person and Company data into a Slack channel
Project description
Clean beautiful customer data. Now in Slack.
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
Fork it (https://github.com/15five/clearbit-slack-python/fork)
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Push to the branch (git push origin my-new-feature)
Create a new Pull Request
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file clearbit-slack-python-0.1.1.tar.gz
.
File metadata
- Download URL: clearbit-slack-python-0.1.1.tar.gz
- Upload date:
- Size: 486.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d80a0a860121a7cabf9f381c0156debc6be7e918e0a0820f3b8f1371fbaf845a |
|
MD5 | 47d699c804a6ea5eec7e5e684db159c2 |
|
BLAKE2b-256 | c2da759c11ede6e436e81fede7599af505575599b9cf803605d31039d3152880 |