Telegram Shell. Remote access over Telegram bot API.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@codefeathers/tsh",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"description": "Telegram Shell -- complete remote shell access over Telegram bot API",
|
|
|
|
"main": "app.js",
|
|
|
|
"dependencies": {
|
|
|
|
"telegraf": "^3.21.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js"
|
|
|
|
},
|
|
|
|
"author": "Pavan Jadhaw <@pavanjadhaw>",
|
|
|
|
"contributors": [
|
|
|
|
"Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
|
|
|
"Thomas Rory Gummerson <@TRGWII> (https://rory.no)"
|
|
|
|
],
|
|
|
|
"license": "MIT"
|
|
|
|
}
|