GitHunt
MA

Matheus-Souza-Rozendo/bot_comando_remoto

Telegram bot to remotely initialize Chrome Remote Desktop on Ubuntu. Ideal for remote work, headless setups, and secure remote access automation.

๐Ÿ–ฅ๏ธ Chrome Remote Desktop Starter via Telegram

This project allows you to automatically start Chrome Remote Desktop (CRD) on a Ubuntu machine by sending commands through Telegram, enabling remote access without manual intervention.

๐Ÿš€ Objective

Allow the user to remotely initialize CRD on Ubuntu automatically using Telegram, so the machine is ready for remote access securely and quickly.

โœ… Prerequisites

A Telegram account with a bot created via BotFather.

A computer running Ubuntu 20.04 or higher.

Chrome Remote Desktop installed.

A valid and updated CRD registration code from Google.

Certainly! Here's the English version of the README.md:


๐Ÿ”ง Quick Setup

# Clone the repository
git clone https://github.com/Matheus-Souza-Rozendo/bot_comando_remoto
cd bot_comando_remoto

# Create a virtual environment
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate  

# Install dependencies
pip install -r requirements.txt

# Create a .env file with your bot credentials
cat <<EOF > .env
BOT_TOKEN=<YOUR_BOT_TOKEN>
USER_ID=<YOUR_USER_ID_TELEGRAM>
EOF

# Run the bot
python bot.py

--

๐Ÿค Contributing

Contributions are welcome! If youโ€™d like to suggest improvements or fixes, feel free to open an issue or pull request.


Languages

Python100.0%

Contributors

The Unlicense
Created July 10, 2025
Updated October 31, 2025