惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
爱范儿
爱范儿
Vercel News
Vercel News
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Martin Fowler
Martin Fowler
博客园 - 司徒正美
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
人人都是产品经理
人人都是产品经理
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - Franky
T
The Blog of Author Tim Ferriss
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

Rat's Blog - Telegram

一个基于Go的Telegram RSS Bot机器人,支持应用内阅读预览 - Rat's Blog 使用EH Forwarder Bot实现Telegram同时收发多个微信/QQ消息 - Rat's Blog Telegram MTProxy一键安装脚本 - Rat's Blog
TeleShellBot:通过Telegram机器人远程执行shell命令 - Rat's...
博主: Rat's · 2017-10-01 · via Rat's Blog - Telegram

简介

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


版权声明:本文为原创文章,版权归 Rat's Blog 所有,转载请注明出处!

本文链接:https://www.moerats.com/archives/327/

如教程需要更新,或者相关链接出现404,可以在文章下面评论留言。

Vultr新用户注册送100美元/16个机房按小时计费,支持支付宝,【点击查看】。