-
Updated
Nov 30, 2020 - Python
botkit
Here are 161 public repositories matching this topic...
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Jun 5, 2019 - Python
-
Updated
Nov 26, 2020 - PHP
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:
- Install choco
- Install meteor
- Install botfront using
meteor npm installin Windows Powershell.
Expected behavior
-
Updated
May 21, 2018 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Python
-
Updated
May 3, 2019 - JavaScript
replies to itself
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
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jan 11, 2016 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Jan 18, 2019 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Nov 22, 2016 - JavaScript
Improve this page
Add a description, image, and links to the botkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the botkit topic, visit your repo's landing page and select "manage topics."


MyST is a sphinx markdown parser which provides more features than recommonmark. The key ones being native support for admonitions, directives and references without having to use
eval_rst.Note: When using rst directives which generate rst output (autodoc etc) you will still need to use
eval_rstin MyST so that the output of the di