Code Monkey home page Code Monkey logo

telegram-remote-desktop's Introduction

Telegram-Remote-Desktop

This program is used to remotely control your PC from your Telegram app. Please use this responsibly .
Full blogpost here.

Features

  • Check screen status (Locked or unlocked).
  • Lock screen.
  • Take screenshots.
  • Paste clipboard.
  • List running processes.
  • Kill running processes.
  • Open URL in computer browser.
  • Navigate file system.
  • Execute system commands.
  • Download files from computer.
  • Put computer in sleep mode.

Installation

This program in meant to be running on the PC you want to control remotely.

git clone https://github.com/Ahmed-Z/Telegram-Remote-Desktop
cd Telegram-Remote-Desktop

After downloading you have to install dependencies:
pip3 install -r requirements.txt

Configuration

You need to create a bot via BotFather using the Telegram app to get the access token and the chat id.

You need to create auth.json file containing your access token and the chat id.

{
    "TOKEN":YOUR TOKEN,
    "CHAT_ID": YOUR CHAT ID
}

IMPORTANT | for security reasons you need to insert your telegram username in telegram-remote-desktop.py in the line:
if update.message.chat["username"] != "YOUR_USERNAME":
Only the the account of the specified username is able to use the bot.

telegram-remote-desktop's People

Contributors

ahmed-z avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.