Getting Started
Urban Bot is a library that allows easily to develop complex chatbots on any platform.
It uses React so you can use all advantages like a declarative programming, "client-side rendering", rich ecosystem, and easy reusing different parts of applications.
Urban Bot uses components to send messages to users and hooks to subscribe to messages from users.
Installation
The easiest way to start using Urban Bot is our starter.
Just write in your terminal.
For using typescript
npx create-urban-bot my-app
For using javascript
npx create-urban-bot my-app --template js
(to use npx
you need npm 5.2+ and higher, see instructions for older npm versions)
After downloading your new app will be inside my-app
directory.
Now we need to set up specific messengers.