Hello_Telegram_Bot is a powerful and convenient Telegram bot that allows you to remotely control your PC using simple commands from your Telegram chat. With this bot, you can capture screenshots πΌοΈ, record audio ποΈ, lock your PC, and even shut down your PC remotely π. It also offers the ability to copy text directly to your clipboard and handle URLs intelligently.
- Screenshot: Capture a screenshot of your PC remotely and receive it directly in your Telegram chat.
- Audio Recording: Record audio on your PC for a specified duration and receive the audio file in your Telegram chat.
- Lock Screen: Lock your PC remotely for security.
- Shutdown: Safely shut down your PC from anywhere using a command in your Telegram chat.
- Copy Text: Copy any text sent to the bot directly to your PC's clipboard.
- URL Handling: Detect URLs in the messages and prompt you to open them in your default PC browser.
To use Hello_Telegram_Bot, you will need:
- Python 3.6 or above installed on your PC.
- A Telegram account.
- A Telegram bot token. (You can obtain this by creating a new bot using BotFather on Telegram)
- The chat ID of the user or group you want the bot to reply to.
-
Clone or download the source code from the Hello_Telegram_Bot GitHub repository.
-
Install the required Python dependencies by running the following command in your terminal:
pip install -r requirements.txt
-
Replace
your_bot_token
with your Telegram bot token andyour_chat_id
with the chat ID to which the bot should reply. -
Place the
main.pyw
script in your Windows startup folder so the bot automatically runs when your PC starts.
-
Restart your PC to automatically run the bot.
-
Start a conversation with your bot on Telegram by sending the
/start
command. -
Send commands to control your PC:
- To capture a screenshot, send the command
/screenshot
. - To start an audio recording, send the command
/record
. - To lock your PC, send the command
/lock
. - To shut down your PC, send the command
/shutdown
. - To copy any text to the clipboard, just send the text directly (no command needed).
- To capture a screenshot, send the command
-
The bot will execute the requested action and send the result back to your Telegram chat.
Hello_Telegram_Bot is designed to respond only to the chat ID you provide.
- Keep your bot token and
main.pyw
file secure, and avoid sharing them with unauthorized individuals.
Hello_Telegram_Bot is designed to automatically restart if it crashes, ensuring continuous operation even in the event of unexpected failures.
The Hello_Telegram_Bot project is provided as-is, without any warranty or liability. The authors are not responsible for any damage or misuse caused by the software. Use the bot responsibly and at your own risk.
Contributions to Hello_Telegram_Bot are welcome! If you encounter any issues or have ideas for new features, feel free to submit a pull request or open an issue on the GitHub repository.
Hello_Telegram_Bot is released under the MIT License. Please refer to the LICENSE
file for more details.
Feel free to reach out to me through any of the platforms above. I'm always thrilled to connect and engage with fellow developers! π€π Thank you for using Hello_Telegram_Bot! We hope this bot simplifies your remote PC control tasks.