ChangeTip helper library
Project description
A set of tools for interacting with the ChangeTip API - https://www.changetip.com/api/
Install
$ pip install changetip
Examples
from changetip.bots.base import BaseBot
class YourBot(BaseBot):
def check_for_new_tips(self)
# Code to check for new tips
pass
Tests
CircleCI test status:
To run tests:
$ python setup.py test
Local Development
If you would like to post API messages locally instead of production (https://api.changetip.com/v1), you can pass the environemnt variable CHANGECOIN_API. For example:
$ CHANGECOIN_API=http://localhost/v1/ python yourcode
License
MIT
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
changetip-0.1.1.tar.gz
(3.2 kB
view details)
File details
Details for the file changetip-0.1.1.tar.gz
.
File metadata
- Download URL: changetip-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34fb46b6ea80ed0ee7f6277ebc5278a6636c14e43a7d8c610af58d38906eb624 |
|
MD5 | d3bdf686635589ab9175b644cd9dbb26 |
|
BLAKE2b-256 | ccb6cf21f6a05aad0cf10ae6fbfde3e21de4fe8d9ec83c611497ab727ca8b2fd |