-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
20 lines (20 loc) · 1.18 KB
/
manifest.json
File metadata and controls
20 lines (20 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"manifest": 1,
"plugin_version": "2.0.1",
"app_version": ">=0.5.15",
"plugin_id": "com.github.qvvonk.exec_plugin",
"name": "Exec plugin",
"description": "Предоставляет возможность выполнять произвольный Python-код, включая асинхронный, в Telegram-боте. Фрагменты кода и их вывод можно сохранять и повторно исполнять.",
"description_en": "Enables executing arbitrary Python code, including asynchronous code, in a Telegram bot. Code fragments and their output can be saved and re-executed.",
"description_ua": "Дозволяє виконувати довільний Python-код, включно з асинхронним, у Telegram-боті. Фрагменти коду та їхній вивід можна зберігати та виконувати повторно.",
"repo": "https://github.com/funpayhub/fph_exec_plugin",
"author": {
"name": "Qvvonk",
"mail": "qvvonk@gmail.com",
"website": "https://github.com/qvvonk",
"social": {
"Telegram": "@qvvonk"
}
},
"entry_point": "src.plugin.ExecPlugin"
}