Bot
A bot is an application that runs automated, usually repetitive tasks over the Internet.
Here are 11,063 public repositories matching this topic...
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
About custom filters, the Wiki says that the filter method accepts a Message instance, but in the source code it accepts only an Update instance.
What is right? Should
Hello people i want to create a bot and make comments to post which need to tag a friends.
I read the Documentation but i could not figure out the solution.
Also i need a solution when post is liked to make comments or multiple comments without end session. I can comment only to posts witch are not liked....
Thank you.
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.
Docs & samples should be updated to notify developers of Facebook's echo and delivery confirmations. If the message_deliveries and message_echoes webhook events are subscribed to and are not filtered for in the bot's incoming messages, then the user will receive continuous echoes / responses. This is something that does not occur via the Azure Bot Service Facebook channel as that service filte
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
Description of Problem:
Had to add a Facebook messenger channel integration into a bot I spun up and found the Facebook Messenger docs lacking a bit especially on the special response template keys quick_replies and elements; I had to read through the Facebook channel source to figure out what was allowed/disallowed.
Overview of the Solution:
FB Messenger docs updated with additio
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
Is your feature request related to a problem? Please describe.
I want to get the uses of a vanity URL, but there is no function for that.
Describe the ideal solution
Add a function Guild.fetchVanityUses() that gets the uses of a vanity URL, if any.
Describe alternatives you've considered
It is already possible to get vanity invites via `client.fetchInvite(server.vanityURLCod
-
Updated
May 19, 2020 - C#
It's not clear from the current docs whether you buy or sell stock for a company that Trump complains about.
You should state your bias about your expectation about Trump's tweets effect on stock prices. (Note that Nordstorm stock went up after Trump complained about them).
In https://github.com/botman/docs/blob/master/conversations.md all callbacks have no return statement (i.e. return null).
But in https://github.com/botman/botman/blob/75a2ed17b87f9ec286345972f8465342922ef074/src/BotMan.php#L491 we assume call was successfull if user function return true (and stop futher processing). Otherwise we go on matches process. It may lead to multi-match into one re
-
Updated
May 17, 2020 - Shell
What prevents a bot from receiving the 'reply_to_message' section in a message?
My bot uses the username of the user from the original message that was responded to, but this section from the message is missing for this in some telegram groups.
user1: hi
user2: (reply to user1's message) /welcome Have a look here: xxx
nodejs console.log(msg):
Message structure in a working group:
I want to use FasttextEmbedder. How should I guess that it requires installing a separate requirements file? By the way, installing a requirements file from git without cloning is not that obvious. It should be explicitly mentioned in the documentation. Another problem is the lack of separate fasttext embedder config for sentences, in contrast to elmo embedder.
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
documentation
Hello,
i can't find the docs for FollowCluster nor more generally speaking, config for some of the tasks that are available on example.json configs
can someone point me in the right direction?
-
Updated
Apr 18, 2020 - Python
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
I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?
Context
- Telegraf.js Version: 3.37
- Node.js Version: 13.13
- Operating System: Ubuntu 19.10
Expected Behavior
In the Telegraf documentation in Doc says that the extra parameter can be whatever that official telegram doc has said! So I can be able to send something to bot:
ctx.replyWithAudio(downloadLink, {
title: mytitle,
-
Updated
May 13, 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
- Wikipedia
- Wikipedia
The docs should stop being a special❄️ and switch to the language everyone knows and uses these days, to increase accessibility.
That said, coffeescript is still remarkably present, but I expect a lot of this is legacy.