BotMaker API Client
Project description
BotMaker client library
Installation
pip install botmaker
Run tests
make venv source venv/bin/activate export BOTMAKER_ACCESS_TOKEN={access_token} make test
Release to PyPi
pip install -U setuptools wheel twine
make release
# PyPi will prompt you to log in
Usage
Send a message based on an existing template
import botmaker client = botmaker.Client() # Will use the env var BOTMAKER_ACCESS_TOKEN # Send from '5215500000000' to '5215522222222' client.template_messages.create( '5215500000000', '5215522222222', 'template_name', template_param1='x', template_param2='y' )
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size botmaker-0.3.4-py3-none-any.whl (10.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size botmaker-0.3.4.tar.gz (5.5 kB) | File type Source | Python version None | Upload date | Hashes View |