Bot
A bot is an application that runs automated, usually repetitive tasks over the Internet.
Here are 10,906 public repositories matching this topic...
Our docs on send_document suggest that thumbs can only be passed as url or file_id.
The official api states that thumbs can not be reused and must be uploaded as new file.
- correct the doc string for
send_document - check all other
thumbdoc strings - check that the thumbs are acutally handled correctly
Possibly related to #1709
In the storage section of the README it mentions that storage backends should implement delete methods.
None of the available backends implement delete nor can I find it in the internal implementation.
The documentation needs to be updated presumably.
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.
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
This option will be really beneficial using choice skill buttons since at the moment, you can only add an ext
-
Updated
May 5, 2020 - Python
On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.
We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:
- Your bot responds very quickly.
- Do Needed Processing()
- Send the result to the user as a Async / Proactive message.
There
-
Updated
May 5, 2020 - JavaScript
-
Updated
Apr 21, 2020 - C#
-
Updated
May 2, 2020 - PHP
Improve tests
fix tests:
- sendVideoNote
improve docs:
P.S. I didn't manage to run your tests because I have no idea how to get
TEST_PROVIDER_TOKEN/TEST_GAME_SHORT_NAME/TEST_GROUP_ID
It would be nice to have a description how to get these in your docs :)
-
Updated
Apr 30, 2020 - Python
-
Updated
Nov 11, 2019 - Python
-
Updated
May 4, 2020 - JavaScript
-
Updated
Apr 18, 2020 - Python
-
Updated
Feb 8, 2020 - Python
-
Updated
May 3, 2020 - JavaScript
-
Updated
May 2, 2020
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-
Updated
Jun 5, 2019 - Python
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
-
Updated
Apr 23, 2020 - PHP
- Wikipedia
- Wikipedia
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