Client for Facebook Send API
Project description
FBotics: Python Client for Facebook Send API
Read the documentation at Fbotics.io.
Overview
FBotics is a Python client for Facebook Send API. The Send API is the main API used to send messages to users, including text, attachments, structured message templates, sender actions, and more. The goal of this project is to privide a clean and professional client, which can be used in production environments. For this, each new functionality added will be fully tested and documented. Currently this project is under development and offers a limited set of features of the Facebook Send API.
Features
FBotics currently supports sending following message types:
- Quick Replies
- Buttons
- Call Button
- Postback Button
- URL Button
- Templates
- Button Template
- Generic Template
- List Template
- Receipt Template
Read the documentation at Fbotics.io.
Installation
You can install the latest version of FBotics using pip:
pip install fbotics
You can also install FBotics from GitHub source:
First, clone FBotics using git
:
git clone git@github.com:pasmod/fbotics.git
Then, cd
to the project folder and run the install command:
cd fbotics
pip install .
Development & Testing
Before developing FBotics further, please install Docker. For building the Docker image and installing all dependencies of FBotics, run:
cd fbotics
make build
Then execute the following command to run all the components required to work on FBotics:
cd fbotics
make up
To execute the tests:
make test
To create coverage report:
make coverage
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
Built Distribution
File details
Details for the file fbotics-0.1.0.tar.gz
.
File metadata
- Download URL: fbotics-0.1.0.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d3b990ac556b88315ad64d5913fb6437f97ee5a9f8c1771a739daf5ec3b1cc4 |
|
MD5 | c4e69b90c5fbdbce7764f8880ef0130d |
|
BLAKE2b-256 | b78f1dafd23113274bf59c354f2c57d648769586ef552978f54e05749789b753 |
File details
Details for the file fbotics-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: fbotics-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c60e5d6c47a710ebf0905fe06fc458bcb7c952a2cf9e8d7d8f752b168c73db52 |
|
MD5 | c6e54784eb8843b9773bee7823da7abd |
|
BLAKE2b-256 | 64eb8d0f7746ba16ec92dbd994090d9301bee6da9cf9446f135d93c63f741c53 |