Skip to content

Bot

A bot is an application that runs automated, usually repetitive tasks over the Internet.

Here are 9,563 public repositories matching this topic...

technicalpickles
technicalpickles commented Dec 15, 2015

The Campfire adapter has supported this for awhile, but it's never been written down. https://github.com/github/hubot/blob/master/src/adapters/campfire.coffee#L73 will mark a message private if it was said in a locked room. The main reason to use this is to not post information about rooms posted in locked rooms elsewhere, for example, referencing a conversation outside of the room (on GitHub, ema

bkawakami
bkawakami commented Feb 12, 2019

I am trying to integrate ChatterBot into my Django application, but I would like ChatterBot to work in a database other than the default.

Django itself gives you the option of model routing when you want to use multiple databases:

https://docs.djangoproject.com/en/2.1/topics/db/multi-db/

But even following the Django standard, ChatterBot insists on running only on the default database.

Poolitzer
Poolitzer commented Sep 27, 2019

This enables users to restrict every handler in the way they like (with creating their own filters) without having to do so in the callback functions. Like decorators, but cooler.
I suggest we let the pattern argument stay for backwards compatibility, we could maybe raise a depreciated warning if we want.

Implement this for the following handlers:

  • TypeHandler
  • CallbackQueryHandler
kenkaigu
kenkaigu commented Aug 5, 2019

My feature request is to include an option on a button made from choice skill, to redirect a link to an external url...

Here's a detailed explanation including screenshots

https://help.botpress.io/t/how-to-redirect-to-an-external-url-while-using-a-button-made-in-choice-skill/1791

This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext

rasa
furqan-shakoor
furqan-shakoor commented Sep 4, 2019

Rasa version: '0.15.1'

Rasa X version (if used & relevant):

Python version: 3.7

Operating system (windows, osx, ...): MacOS

Issue:
If the number of intents in an application is less than 2, the application does not correctly classify any inputs to an intent.

The endpoints /train and /parse both return 200 in such a case, indicating no errors. But the server

Zauberfisch
Zauberfisch commented Feb 19, 2019

Documentation Is:

  • Missing
  • Needed
  • Confusing
  • Not Sure?

Explanation

Right now it seems unclear to me what amount of hardware will be required to run an instance of leon without actually running it.
The documentation should provide some suggestions of scaling for different use cases.

Proposal

  • add minimum hardware requirements
  • add recommendations fo
instabot
hhamed1989
hhamed1989 commented Sep 21, 2019

Hi
I know we have an argument for follow_followers like nfollows to limit the amount of follow in every try but I can't find same solution for follow_users function.

please let me know if any solution for set amount of follow for follow_users function .

Best Regards,
Hamed Haghshenas

Fab1en
Fab1en commented Aug 27, 2018

I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.

When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.

botui.message.add({
	content: 'Hello World'
});
botui.message.add({
	content: 'Here is a picture : ![](https://www.google.fr/images/branding/g
mistydemeo
mistydemeo commented Oct 4, 2018

Description

While hubot-slack has support for reconnecting when the connection to Slack is lost, there is a limit to the number of reconnection attempts. If several reconnection attempts fail, the bot will simply hang without a connection. This causes trouble for our process manager, since the client staying open means we don't end up automatically restart it. When this has happened for us

You can’t perform that action at this time.