![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.