{"id":13841696,"url":"https://github.com/marknote/TeleShellBot","last_synced_at":"2025-07-11T13:32:04.013Z","repository":{"id":47327390,"uuid":"105073240","full_name":"marknote/TeleShellBot","owner":"marknote","description":"A simple Telegram Bot to run shell commands remotely","archived":false,"fork":false,"pushed_at":"2022-06-12T02:40:30.000Z","size":475,"stargazers_count":85,"open_issues_count":3,"forks_count":35,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-05T17:28:55.920Z","etag":null,"topics":["nodejs","remote-control","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marknote.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-27T21:52:59.000Z","updated_at":"2024-06-02T07:28:24.000Z","dependencies_parsed_at":"2022-08-27T04:22:22.929Z","dependency_job_id":null,"html_url":"https://github.com/marknote/TeleShellBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marknote%2FTeleShellBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marknote%2FTeleShellBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marknote%2FTeleShellBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marknote%2FTeleShellBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marknote","download_url":"https://codeload.github.com/marknote/TeleShellBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225729628,"owners_count":17515147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nodejs","remote-control","telegram","telegram-bot"],"created_at":"2024-08-04T17:01:18.645Z","updated_at":"2024-11-21T12:30:18.765Z","avatar_url":"https://github.com/marknote.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","JavaScript (485)"],"sub_categories":[],"readme":"# TeleShellBot\n\nA simple Telegram Bot to run shell commands remotely, so that you can maintain your server from mobile phones!\n![demo](https://cdn.jsdelivr.net/gh/marknote/TeleShellBot/screens/demo.gif)\n\n## Install\nDownload or clone this repo, then\n```\nnpm install\n```\n## Config\n- Follow [Telegram instructions](https://telegram.org/blog/bot-revolution) to create a bot, and you will get bot token.\n- [Find you user ID](https://medium.com/@tabul8tor/how-to-find-your-telegram-user-id-6878d54acafa)\n- Then put your telegram user ID and bot token in `config.js`:\n```javascript\nmodule.exports = {\n    config:function(){\n        return (\n            {\n                adminUsers:[ADMIN_ID], //admin users' telegram id, should be numbers\n                botToken: 'YOUR_BOT_TOEKN', // bot token\n\n            }\n        );\n    }\n};\n```\n## Run\n```\nnpm run start\n```\nor \n```\nnode index.js\n```\n\nThat is it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarknote%2FTeleShellBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarknote%2FTeleShellBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarknote%2FTeleShellBot/lists"}