/TelegramAutomation

Automated Telegram bot: retrieves, processes image texts, forwards with modifications, enhancing communication efficiency

Primary LanguagePython

Telegram Automation Project

This project focuses on automating tasks related to accessing messages from various Telegram groups (both public and private),

extracting text from image messages, and forwarding these messages to other users.

Overview

The automation script allows you to:

  • Access and read messages from multiple Telegram groups, including private groups.

  • Process image messages to extract text using Optical Character Recognition (OCR) techniques.

  • Send a modified message (with extracted text) back to the same group under your name.

  • Forward the original image message with extracted text to another user or group.

Python packages:

  • Telethon (for interacting with the Telegram API)

  • EasyOCR (for text extraction from images)