Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Botpress is an open-source bot creation tool written in Javascript. It is powered by a rich set of open-source (and proprietary) modules built by the community. Botpress is on a mission to make bots ubiquitous and profitable for everybody.
Botpress requires node (version >= 4.2) and uses npm as package manager.
npm install -g botpress
Creating a bot is simple, simply run botpress init
inside an empty directory:
mkdir my-bot && cd my-bot
botpress init
Once your bot is created, you may start it:
botpress start
This will provide you with a web interface available at http://localhost:3000
You then need to install some modules. You can do so directly in the web interface, or using the botpress install
CLI command:
botpress install messenger
For a more detailed usage guide, please read the Getting Started Guide.
There's a video on YouTube that shows how to create a Hello World Messenger Bot in under 45 seconds.
Many more code examples are available in the Examples repository
There's a public chatroom where you are welcome to join and ask any question and even help others.
Botpress is dual-licensed under AGPLv3 and the Botpress Proprietary License.
By default, any bot created with Botpress is licensed under AGPLv3, but you may change to the Botpress License from within your bot's web interface in a few clicks.
FAQs
The world's first CMS for bots. Easily create, manage and extend chatbots.
The npm package botpress receives a total of 1,853 weekly downloads. As such, botpress popularity was classified as popular.
We found that botpress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.