Skip to content
#

Bot

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

Here are 9,973 public repositories matching this topic...

ccxt
nmiculinic
nmiculinic commented Nov 21, 2017

Many python functions have since argument. They should accept datetime object. If you want to support both, I recommend using the arrow library.

For example:

arrow.get(since).timestamp

will get you UNIX timestamp in seconds, whether since is arrow.Arrow, datetime or int timestamp
or

arrow.get(since).isoformat()

will get you properly formatted string.

R

gunthercox
gunthercox commented Sep 6, 2017

There are a few pages in the GitHub wiki that are proposals for ideas, notes, etc. Some of these items have been implemented and others are just hypothetical plans. This issue is a reminder for me to go through the wiki and make the some of the pages into actionable tickets or move information into the documentation as needed.

rasa
dkatz23238
dkatz23238 commented Jul 3, 2019

Specs

  • Leon version: 1.0.0-beta.2
  • OS (or browser) version: Ubuntu 18.0
  • Node.js version: 12.5.0

Expected Behavior

Ideally there should be a capital city module :) I would be glad to work on this.

Actual Behavior

I belive the meaning of life module is being triggered.

The response from leon is:
1 0 1 0 1 0.

How Do We Reproduce?

Run a fresh Leon instance

tomlm
tomlm commented Oct 2, 2018

Issue

Currently prompt classes require the caller to take the output of a prompt and assign it to a slot. This causes the following:

  • on a waterfall, the next step needs to collect the slot value and save it
  • it pushes a code requirement into the consumption of the Prompt.

Proposed change

If we change the prompt class to have a property called "Slot" it can be configured to automat

antoine-pous
antoine-pous commented Nov 28, 2018

Please describe the problem you are having in as much detail as possible:
When we need to use Util from discord.js i have regulary a conflict with NodeJS Util module during autocompletion. Rename it to DiscordUtil fix the problem and improve the code readability when we use the two components into the same file.

Further details:

  • discord.js version: 12
  • Node.js version: 10.6
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

AlexeySorokin
AlexeySorokin commented Apr 5, 2019

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.

jamestrandung
jamestrandung commented Aug 23, 2016

Short Description

When the bot is running, it should accept user input to trigger items such as Incense.

Possible solution

The current bot screen is only used to display logs. Can it accept input as well?

Otherwise, I suggest creating another "command.sh" file which would open a new terminal that accepts inputs from users. The inputs, of course, have to follow a certain format. The ter

ran-j
ran-j commented Jan 22, 2019

Add random answers to manager.addAnswer.

Describe the solution you'd like
It would be nice to add random response for training, ex:

manager.addDocument('en', 'I have to go', 'greeting.bye');
manager.addAnswerRandom('en', 'greeting.bye', ['Till next time, {{name}}!','see you, {{name}}!']);

and then the function return just one answer.

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

telegraf
dotcypress
dotcypress commented Nov 4, 2017

Nice to have:

  • More examples
  • Stages/Scenes(ex telegraf-flow) advanced usage
  • Extending Telegraf aka implementing middleware
  • Composer magic explained
  • Webhooks. Make requests in response to update stuff
  • API docs for
    • Markup
    • Extra
    • Composer
    • Router
    • Stage
    • Session
You can’t perform that action at this time.