-
- the forum category is not a good entry point for "example bots". let's call the menu item "forum" instead.
- let's point to the example bots instead: https://github.com/deltachat-bot/echo
-
How to use this template:
Any line that begins with '#' is a **header**. Please leave the headers in as is, and fill in the information they suggest
below them. These templates are here to help us r…
-
**Version**
5.3.0
**What happened**
Trying to add VCL Snippets to a service throws: Exception when calling SnippetApi->createSnippet: Invalid value '0' for 'dynamic', must be one of '0', '1' …
-
Authentication, also receiving of the message happens. I don't know yet the Bot Framework API in depth.
I see that the response requires an outgoing post request from the bot app. I have my app dep…
-
Hi All,
I am setting up a github bot for use with github actions, but it cannot access the repos API endpoint.
Here are the permissions that the bot is set to (way too permissive, I know, but I …
-
Lets create new command sleep.sh
```
#!/bin/bash
echo 'bot goes sleep'
sleep 60
echo 'bot has awoken'
```
`2021-07-23 02:57:34,328 | bot_commands [DEBUG] OS command "sleep.sh" with args: "[…
h0p07 updated
3 years ago
-
This is an easy change since CommandLineParser's [Value(...)] tag can be used with an IEnumerable, so if the instance of string is changed with IEnumerable then it will just swallow all the strings it…
LasOz updated
4 years ago
-
I want to run this regex match only on a specific comment.
eg.
1. My github-actions [bot] makes a comment if another action runs
2. This action parses the comment the bot makes using regex (exa…
-
As a followup to #71 , a bot can infer when a live person takeover is happening. The barebones support in #71 makes it so Dashbot can do a takeover, but what about regular folk?
It's technically po…
-
Hi @seregazhuk ,
```
use seregazhuk\PinterestBot\Api\Forms\Registration;
$registration = new Registration('any@gmail.com', 'anypass', 'anyname');
$registration
->setAge(30)
->setCoun…