All Projects → marknote → TeleShellBot

marknote / TeleShellBot

Licence: MIT License
A simple Telegram Bot to run shell commands remotely

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TeleShellBot

lazynite
A PC remote controller for YouTube and Twitch
Stars: ✭ 45 (-35.71%)
Mutual labels:  remote-control, telegram-bot
tgmusicbot
Telegram bot for downloading audio from YouTube, SoundCloud & MixCloud.
Stars: ✭ 66 (-5.71%)
Mutual labels:  telegram-bot
lagom-on-kube
This tutorial describes how to bootstrap a production-ready Lagom microservices cluster in a Kubernetes environment.
Stars: ✭ 58 (-17.14%)
Mutual labels:  telegram-bot
MwK-Musics
A Telegram Bot to Play Audio in Voice Chats With Youtube and Deezer support. Supports Live streaming from youtube Supports Mega Radio Fm Streamings
Stars: ✭ 38 (-45.71%)
Mutual labels:  telegram-bot
laravel-forge-bot
It is a chat bot for Telegram. It helps you manage your Laravel Forge servers and can send you deployment notifications.
Stars: ✭ 33 (-52.86%)
Mutual labels:  telegram-bot
FTG-Modules
Modules Repo for GeekTG Friendly-Telegram Mod
Stars: ✭ 20 (-71.43%)
Mutual labels:  telegram-bot
firefox tunnel
The way to use firefox to make a tunnel to remote communication, bypass any firewall
Stars: ✭ 57 (-18.57%)
Mutual labels:  remote-control
confstat-bot
Statistics for telegram groups
Stars: ✭ 26 (-62.86%)
Mutual labels:  telegram-bot
Google-Translator-Bot
Telegram Google Translater Bot Broadcast Available Suppport all language
Stars: ✭ 17 (-75.71%)
Mutual labels:  telegram-bot
GitHub-Starred-Notify
即時通知你的 repo 有人人給星星囉~
Stars: ✭ 23 (-67.14%)
Mutual labels:  telegram-bot
broadlink-dotnet
.Net standard library for Broadlink devices
Stars: ✭ 13 (-81.43%)
Mutual labels:  remote-control
TgTranslator
Telegram bot that removes language barrier between people in groups
Stars: ✭ 32 (-54.29%)
Mutual labels:  telegram-bot
DaisyX
“ HOLA HUMANS 👋 I'M DAISYX 2.0 heart „ LATEST VERSION OF DAISYX.. Source Code of @Daisyxbot
Stars: ✭ 44 (-37.14%)
Mutual labels:  telegram-bot
Terminal
All-in-one solution for the management and security of your Telegram group. This is the third version and is written in C#
Stars: ✭ 12 (-82.86%)
Mutual labels:  telegram-bot
TensorGram
A real-time remote service to get the tensorflow callbacks to the telegram including the details of metrics-->pip install tensorgram
Stars: ✭ 79 (+12.86%)
Mutual labels:  telegram-bot
obws
The obws (obvious) remote control library for OBS
Stars: ✭ 27 (-61.43%)
Mutual labels:  remote-control
archivebot
💾 A telegram bot for backing up and collecting all kinds of media.
Stars: ✭ 65 (-7.14%)
Mutual labels:  telegram-bot
kaishnik-bot
telegram & vk bot for students of KNRTU-KAI to make their daily routine more pleasant
Stars: ✭ 13 (-81.43%)
Mutual labels:  telegram-bot
X10RF-Arduino
Arduino Library for sending x10 messages by RF
Stars: ✭ 17 (-75.71%)
Mutual labels:  remote-control
fanyi-bot
🤖 Telegram 上的谷歌翻译机器人,为全世界语言提供中文翻译。
Stars: ✭ 100 (+42.86%)
Mutual labels:  telegram-bot

TeleShellBot

A simple Telegram Bot to run shell commands remotely, so that you can maintain your server from mobile phones!

Install

Download or clone this repo, then

npm install

Config

Follow Telegram instructions to create a bot Then put your telegram user ID and bot token in config.js:

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

            }
        );
    }
};

Run

npm start

or

node index.js

That is it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].