node远程执行shell命令
TeleShellBot
教程
git clone https://github.com/marknote/TeleShellBot.git
cd TeleShellBot
npm installmodule.exports = {
config:function(){
return (
{
adminUsers:[ADMIN_ID], //admin users' telegram id, should be numbers
botToken: 'YOUR_BOT_TOEKN', // bot token
}
);
}
};Last updated