New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

botpress

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botpress

The world's first CMS for bots. Easily create, manage and extend chatbots.

  • 0.0.32
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by403.18%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Installation

Botpress requires node (version >= 4.2) and uses npm as package manager.

npm install -g botpress

Usage

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.

Examples

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

Documentation

Community

There's a public chatroom where you are welcome to join and ask any question and even help others.

License

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.

Keywords

FAQs

Package last updated on 01 Dec 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc