Replies: 1 comment
-
I don't think these things are needed, as they won't be used by even 1% of the bot's users themselves, since bots have been pretty good with options that are more convenient for end users. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal
I'm essentially proposing forgoing the current
start
and the other choices that follow by introducing a small domain-specific language.Grammar
The following describes the grammar in a readable manner.
Where
[optional]
<input>
Example
Usecase 1: Download with just URL
The user sends the following message in the private channel:
This falls under the download rule, hence the bot will fill in the other options with defaults (ex: from=
0
to=end, target=['epub']
) and create a new download session.Usecase 2: Download with other information
The user sends the message:
The bot will then start a download session using the provided information.
Beta Was this translation helpful? Give feedback.
All reactions