The Wayback Machine - https://web.archive.org/web/20201130144026/https://github.com/topics/botkit
Skip to content
#

botkit

Here are 161 public repositories matching this topic...

rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
  • Updated Nov 30, 2020
  • Python
botfront
jeongmincha
jeongmincha commented Jan 16, 2020

Describe the bug
Cannot use 'cp' command while installing it on Windows.
It is needed to replace 'cp' with 'copy' in scripts written in package.json if an user wants to install botfront on Windows machine.

To Reproduce
Steps to reproduce the behavior:

  1. Install choco
  2. Install meteor
  3. Install botfront using meteor npm install in Windows Powershell.

Expected behavior

liminalitythree
liminalitythree commented May 17, 2020

The bot replies to messages that it writes
example

const discordBot = BotkitDiscord(config);

discordBot.hears('hello','direct_message',(bot, message) => {
    bot.reply(message, 'hello');
});

if you write "hello" to it it will just say hello over and over.
also the receive middlewares also get called for messages the bot sends

Improve this page

Add a description, image, and links to the botkit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the botkit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.