Socket
Socket
Sign inDemoInstall

fbotics

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    fbotics

Client for Facebook Send API


Maintainers
1

Readme

FBotics: Python Client for Facebook Send API

Build Status license codecov pypi

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc