
Security News
The Nightmare Before Deployment
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.
fbotics
Advanced tools
Read the documentation at Fbotics.io.
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.
FBotics currently supports sending following message types:
Read the documentation at Fbotics.io.
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 .
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
Client for Facebook Send API
We found that fbotics demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Season’s greetings from Socket, and here’s to a calm end of year: clean dependencies, boring pipelines, no surprises.

Research
/Security News
Impostor NuGet package Tracer.Fody.NLog typosquats Tracer.Fody and its author, using homoglyph tricks, and exfiltrates Stratis wallet JSON/passwords to a Russian IP address.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.