Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

mubarek4566/Telegram-Medical-Insights

Domain:

healthcare

Record type:

software
Creator:
mub
Host:
This Repository contains data pipeline from raw Telegram data to an analytical API for Ethiopian medical business insights. # Telegram-Medical-Insights This Repository contains data pipeline from raw Telegram data to an analytical API for Ethiopian medical business insights. ## 🚀 Environment Setup ### 🔹 Step 1: Clone the Repository git clone github.com cd telegram-medical-insights ### 🔹 Step 2: Create & Activate a Virtual Environment python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate ### 🔹 Step 3: Install Dependencies pip install -r requirements.txt ### 🔹 Step 4: Start the Application with Docker docker-compose up --build ## Structure of the Project telegram-medical-insights/ ├── notebooks/ │ └── main.ipybn ├── scripts/ │ ├── telegram_scraper.py │ ├── load_json_to_postgres.py │ ├── object_detection.py │ └── ... (other scripts) ├── data/ │ └── images/ ├── dbt_project/ │ └── models/ │ ├── staging/ │ └── marts/ │ └── messaging/ │ ├── dim_channels.sql │ ├── dim_dates.sql │ └── fct_messages.sql ├── fastapi_app/ │ ├── main.py │ ├── database.py │ ├── models.py │ ├── schemas.py │ └── crud.py ├── dagster_project/ │ ├── pipeline.py │ ├── __init__.py │ └── repository.py ├── pyproject.toml / requirements.txt └── README.md

Visit

github.com

Languages

Amharic

Similar

chalasimon/Telegram-Medical-InsightsTsegayIS122123/medical-telegram-warehouseKalalayu/medical-telegram-warehousemeronteklehaymanotgebru/medical-telegram-warehouseDanielmituku/medical-telegram-warehouseGuyatu1627/medical-telegram-warehouse

chalasimon/Telegram-Medical-Insights

A modern ELT (Extract, Load, Transform) pipeline that scrapes public Telegram channels for Ethiopian

TsegayIS122123/medical-telegram-warehouse

End-to-end data pipeline for Ethiopian medical Telegram channels - from raw data scraping to analyti

Kalalayu/medical-telegram-warehouse

End-to-end data pipeline for Telegram medical data in Ethiopia ## Production Hardening Improvements

meronteklehaymanotgebru/medical-telegram-warehouse

ELT pipeline for Ethiopian medical Telegram channels → dbt star schema → FastAPI analytics. Scrapes

Danielmituku/medical-telegram-warehouse

An end-to-end data pipeline for Ethiopian medical business insights from Telegram channels. Uses dbt

Guyatu1627/medical-telegram-warehouse

An end-to-end data pipeline that extracts raw data from public Ethiopian medical Telegram channels,