简介

TeleShellBot是我脑洞大开的时候写的一个简单的telegram机器人,可以帮你远程执行shell命令,从而让你可以在手机上操作你的服务器。

截图

教程

Github地址:https://github.com/marknote/TeleShellBot

1、安装

git clone https://github.com/marknote/TeleShellBot.git
cd TeleShellBot
npm install

gitnpm安装请参考:Debian/Ubuntu/CentOS安装最新版的Node.js和NPM教程Debian/Ubuntu/CentOS安装Git教程

2、配置
根据Telegram instructions去创建一个机器人的UserID,然后将UserIDBOT token放到config.js里面。

module.exports = {
    config:function(){
        return (
            {
                adminUsers:[ADMIN_ID], //admin users' telegram id, should be numbers
                botToken: 'YOUR_BOT_TOEKN', // bot token

            }
        );
    }
};

3、运行

npm start

or

node index.js

原文地址:https://www.v2ex.com/t/394208

's

本文链接:https://www.wxiou.cn/archives/327/

最后修改:2017 年 10 月 01 日 09 : 52 AM

【腾讯云】星星海SA2云服务器618钜惠,1核2G 首年95元【点击查看】。


文章: 《TeleShellBot:通过Telegram机器人远程执行shell命令》
联系方式:
文章链接:https://wxiou.cn/index.php/archives/576/
除特别注明外,文章均为Literature原创,转载时请注明本文出处及文章链接
Last modification:April 20th, 2021 at 01:01 pm
如果觉得我的文章对你有用,请随意赞赏