Skip to content
#

Bot

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

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

ccxt
gpip
gpip commented Dec 8, 2019

Recently binance added a new option called "quoteOrderQty" as mentioned at https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md

Would be nice to have it here, for now I'm running a custom ccxt that allows me to override the quantity param with quoteOrderQty as they're mutually exclusive. The amount_to_precision can't be called as is because on BUY orders

stevkan
stevkan commented Jan 3, 2020

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

codypratt22
codypratt22 commented Jan 6, 2020

So Instapy is running and logging descriptions of pictures is there a way to log profile description? I was thinking of editing the code for everytime it goes to a profile to follow a user it console logs bio description but I cant seem to find the right console log term.

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

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
zfbx
zfbx commented Jan 4, 2020

Is your feature request related to a problem? Please describe.
Yes, In the event messageDeleteBulk is triggered and the messages weren't cached there's no way to grab the guild or channel that triggered the delete. since the snowflake is of a deleted message

ideal solution
The discord api seems to pass guild id and channel id in the event https://discordapp.com/developers/docs/topics/

Aramis-Delg
Aramis-Delg commented May 6, 2019
elboertjie
elboertjie commented Mar 29, 2019

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:

dhanunjayak
dhanunjayak commented Oct 20, 2019

Hi,
I am trying to run DP_ODQA.ipynb on colab but I don’t get the final answer at the end but the warning below:

2019-10-20 04:40:26.77 INFO in 'deeppavlov.core.data.utils'['utils'] at line 64: Downloading from http://files.deeppavlov.ai/deeppavlov_data/multi_squad_model_noans_1.1.tar.gz to /root/.deeppavlov/multi_squad_model_noans_1.1.tar.gz
100%|██████████| 265M/265M [01:12<00:00, 3.63MB/s]

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

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