Skip to content
#

Bot

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

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

ccxt
xmatthias
xmatthias commented Feb 14, 2020

While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.

The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o

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

rasa
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
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

etiennellipse
etiennellipse commented Feb 6, 2020

When trying to find the options that can be used to initialize NLP.js, I have to delve into the code and navigate through many files to find what I am looking for, if I am lucky. Also the structure of the settings are hard to figure out and require a lot of trial and error.

For example, we are using the NlpManager with these:

{
    ner: { builtins: [] },
    autoSave: false,
    langua
instabot
ohld
ohld commented Aug 11, 2019

Hi guys!

Instabot family needs maintainers and contributors. We need python experts to help our community of 5000+ users solve issues and fix bugs. I really want to expand our family and invite YOU to join our open-source organization.

I've started this project 4 years ago as my student course project and now it becomes really HUGE. It is so hard to do this alone so I really apprecia

bottender
hilezi
hilezi commented Jan 14, 2020

Hi, I just looking for a development guide for TypeScript.

Or maybe just an interface LineClient or LineAction got export is enough for me.

The reason is bottender now got have interfaces of Action, Client, Event and Props etc. It's wonderful.

With these interfaces, I can say const SayHi: Action<Client, Event>, which with argument interfaces context.sendText and props?.next and

doc
telegraf
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

telegram-bot-sdk
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.

Wikipedia
Wikipedia
You can’t perform that action at this time.