Description

This project is a Python Flask web application designed to fetch and filter messages from Telegram channels or groups, providing a streamlined way to manage and analyze message data.

Web App

Telegram Message Reader

Repository

mario-ruoff/telegram-message-reader

Task

Installation

  1. Create a conda environment: conda env create -f environment.yml
  2. Create a .env file with the following credentials:
    API_ID=<your_api_id>
    API_HASH=<your_api_hash>

Usage