Phan-Tran-Khanh / control-pc-using-gmail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Control PC Using Gmail

Remote control personal computer using Gmail API.

REQUEST format: Subject - Context

  • Shutdown: SHUTDOWN - [time format hh:mm:ss]
  • Restart: RESTART - [time format hh:mm:ss]
  • Copy file: COPY FILE - [file path] \n [destination path]
  • Capture screen: SCREEN CAPTURE - [anything or blank]
  • Capture webcam: WEBCAM CAPTURE - [anything or blank]
  • Record webcam: WEBCAM RECORD - [number of seconds]
  • List running processes: LIST PROCESSES - [anything or blank]
  • Kill a process: KILL PROCESS - [Process's ID]
  • Detect keypress from user: KEYPRESS - [number of seconds]
  • Edit value of a registry key: REGISTRY KEY - [delete | set] \n [registry key's path] \n [the value] \n [value type]

MUST INCLUDE SECRET KEY IN CONTEXT (in the first line of email context): 019250304

RESPONSE format: Subject - Context

  • Shutdown: SHUTDOWN - "The computer is scheduled to shutdown at hh:mm:ss."
  • Restart: RESTART - "The computer is scheduled to restart at hh:mm:ss."
  • Copy file: COPY FILE - [new file path]
  • Capture screen: SCREEN CAPTURE - [embed screen image]
  • Capture webcam: WEBCAM CAPTURE - [embed webcam image]
  • Record webcam: WEBCAM RECORD - [mp4 file]
  • List running processes: LIST PROCESSES - [a list of running processes in csv]
  • Kill a process: KILL PROCESS - [killing process result]
  • Detect keypress from user: KEYPRESS - [keypress list in txt]
  • Edit value of a registry key: REGISTRY KEY - [result]

About


Languages

Language:Python 100.0%