parent
447db7a133
commit
6ff12032b3
@ -1,10 +1,28 @@
|
|||||||
{
|
{
|
||||||
"author" : ["Bobloy"],
|
"author": [
|
||||||
"bot_version" : [3,0,0],
|
"Bobloy"
|
||||||
|
],
|
||||||
|
"bot_version": [
|
||||||
|
3,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
"description": "Answer coding questions using stackexchange",
|
"description": "Answer coding questions using stackexchange",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"install_msg": "Thank you for installing Howdoi.",
|
"install_msg": "Thank you for installing Howdoi.",
|
||||||
"requirements" : ["Pygments==2.1.1", "argparse==1.4.0", "cssselect==0.9.1", "pyquery==1.4.0", "requests==2.9.1", "requests-cache==0.4.11"],
|
"requirements": [
|
||||||
|
"Pygments==2.1.1",
|
||||||
|
"argparse==1.4.0",
|
||||||
|
"cssselect==0.9.1",
|
||||||
|
"pyquery==1.4.0",
|
||||||
|
"requests==2.9.1",
|
||||||
|
"requests-cache==0.4.11"
|
||||||
|
],
|
||||||
"short": "Answer coding questions",
|
"short": "Answer coding questions",
|
||||||
"tags" : ["coding", "tools", "utils", "bobloy"]
|
"tags": [
|
||||||
|
"coding",
|
||||||
|
"tools",
|
||||||
|
"utils",
|
||||||
|
"bobloy"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in new issue