Skip to content
#

Bot

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

Here are 10,034 public repositories matching this topic...

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.

timgrossmann
timgrossmann commented Dec 15, 2018

Once our documentation has been simplified, it would be nice to have the curated guides about setting up InstaPy available in different languages.

Advantages of this feature:

  • Users will find it easier to understand what to do
  • Bigger audience

Possible ways of achieving this while keeping control:

  • Finding people that are interested in contributing on a non-code way. Translation o
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

NotSugden
NotSugden commented Dec 15, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
About 3-4 weeks ago ish the discord api documentation was updated, you can now edit a messages flags to suppress embeds
Describe the ideal solution
A clear and concise description of what you want to happen.
Allow Message#edit to g

dara-t
dara-t commented Dec 12, 2017
  • BotMan Version: #.#.#
  • PHP Version: 7.1.12
  • Messaging Service(s): messaging_referrals
  • Cache Driver:

Description:

I try to use Messaging_referrals event to send welcome message when user "Scan Messenger Code" But see the event not happen. In log also not see any event happen.

Steps To Reproduce:

I have read follow this document on facebook
**https://developers.facebook

clocked0ne
clocked0ne commented Nov 22, 2018

The documentation overall is very light and some of it is inaccurate, for instance new SentimentAnalyzer({ language: 'en' }).getSentiment() does not return a Promise even though the documentation shows it used with .then() in all examples.

There is also no examples of what the score and comparitive values represent or a small overview of how some of the processes work and what the resul

ClemDoum
ClemDoum commented Dec 14, 2018

Problem description

Short description

In certain conditions some CRF tags transitions can by missing after the data augmentation or can be "underrepresented".
We must ensure that all possible tags transitions are in the augmented dataset so that inference does not fail systematically on those examples

Example

Given a dataset with 1 intent and 3 slots: slot_1, slot_2, `slot

instabot
Skeyelab
Skeyelab commented Sep 27, 2019

Please follow the guide below

  • Issues submitted without this template format will be ignored.
  • You will be asked some questions and requested to provide some information, please read them carefully and answer completely.
  • Put an x into all the boxes [ ] relevant to your issue (like so [x]).
  • Use the Preview tab to see how your issue will actually look like.

B

telegraf
chrisands
chrisands commented Nov 18, 2019

Context

Context interface doesn't have state type but in docs there in suggestion to use state of the context.

  • Telegraf.js Version: 3.33.3
  • Node.js Version: 12
  • Operating System: mac os

Expected Behavior

Context interface have state type

Current Behavior

Context interface doesn't have state type

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

bdteo
bdteo commented Nov 12, 2018

See setPattern() in Telegram\Bot\Commands\Command.

There is absolutely no documentation on it.
It is obviously used like protected $pattern = '{userUid}--{taskUid}'; in your own class that inherits Command.

However, for it to become obvious you have to read the source code.

You can’t perform that action at this time.