-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPacletInfo.m
33 lines (29 loc) · 947 Bytes
/
PacletInfo.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(* Paclet Info File *)
(* created 2025/01/16*)
Paclet[
Name -> "TelegramBotAPI",
Version -> "0.2.0",
MathematicaVersion -> "10.0+",
Description -> "Telegram Bot API for Wolfram Language",
Creator -> "Vasil Saroka <40.ovasil@gmail.com>",
Root -> ".",
Thumbnail -> "Logo.png",
Icon -> "Logo_2.png",
SystemID -> All,
AutoUpdating -> False,
Category ->
{"Core Languare & Structure"}
,
Keywords ->
{"communication", "instant messenger", "artificial intelligence", "AI assistant", "large language model", "text", "bot"}
,
Publisher -> "TBpack Ltd.",
URL -> "https://github.com/vasilsaroka/TelegramBotAPI",
Location -> "https://github.com/vasilsaroka/TelegramBotAPI",
Support -> "https://t.me/vasilsaroka",
UUID -> "TelegramBotAPI-4d202827-c2d9-4565-b673-6acbcf16658d",
Extensions ->
{
{"Kernel", Context -> "TelegramBotAPI`"}
}
]