TeleGraphite: Fast and Reliable Telegram Channel Scraper
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
TeleGraphite is a powerful Python tool designed for scraping public Telegram channels efficiently. It allows users to fetch posts, download media, and export all data into structured JSON files. This makes it an ideal solution for data collection, analysis, and archiving Telegram channel content.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
TeleGraphite is a fast and reliable Python-based Telegram channel scraper designed to efficiently fetch posts and export them to JSON format. This powerful tool allows users to collect data, download media, and organize content from public Telegram channels with ease. It's an excellent solution for researchers, data analysts, or anyone needing to archive specific channel information.
Key features include:
- Fetching posts from multiple Telegram channels.
- Saving posts as JSON files, including contact exports like emails, phone numbers, and links.
- Downloading and saving media files, such as photos, documents, and videos.
- Deduplicating posts to prevent saving duplicate content.
- Options to run once or continuously with a specified interval.
- Filtering posts by keywords or content type (text-only, media-only).
- Scheduling fetching at specific days and times for automated data collection.
Installation
Getting started with TeleGraphite is straightforward. You can install it either from source or using pip.
From Source
# Clone the repository
git clone https://github.com/hamodywe/telegram-scraper-TeleGraphite.git
cd telegram-scraper-TeleGraphite
# Install the package
pip install -e .
Using pip
pip install telegraphite
Before usage, ensure you have a Telegram API application setup (API ID and API Hash) and a .env file with your credentials. You'll also need a channels.txt file listing the Telegram channels you wish to scrape.
Examples
TeleGraphite offers a flexible command-line interface for various scraping scenarios.
Basic Usage
Fetch posts once and exit:
telegraphite once
Fetch posts continuously with a 1-hour interval:
telegraphite continuous --interval 3600
Advanced Options
Fetch 20 posts from each channel and save to a custom directory:
telegraphite once --limit 20 --data-dir custom_data
Fetch only posts containing specific keywords:
telegraphite once --keywords announcement important news
Run continuously on specific days and times:
telegraphite continuous --days monday wednesday friday --times 09:00 18:00
You can also use a YAML configuration file for more complex setups, allowing you to define filters, schedules, and other options.
Why use TeleGraphite?
TeleGraphite stands out as a robust solution for Telegram data extraction due to its comprehensive feature set and ease of use. It provides unparalleled flexibility for collecting, organizing, and analyzing public Telegram channel content. Whether you need to archive historical posts, monitor ongoing discussions, or extract specific data points like contact information, TeleGraphite simplifies the process. Its ability to download media, deduplicate content, and run on a schedule makes it a powerful tool for automated data acquisition, saving significant time and effort.
Links
- GitHub Repository: hamodywe/telegram-scraper-TeleGraphite
- Telegram API Application: my.telegram.org
Related repositories
Similar repositories that may be relevant next.

dify-official-plugins: Extending Dify with AI Models, Tools, and Agent Strategies
August 18, 2026
The `dify-official-plugins` repository hosts a collection of official plugins for Dify, an open-source platform for developing LLM-powered AI applications. These plugins, including models, tools, agent strategies, and extensions, enhance Dify's capabilities and are maintained by the official Dify team. They are designed to help developers efficiently build, deploy, and manage AI-driven solutions.

Agent Skills: A Standardized Way to Give AI Agents New Capabilities
August 18, 2026
Agent Skills provides a lightweight, open format for extending AI agent capabilities with specialized knowledge and workflows. It allows packaging procedural knowledge and context into portable, version-controlled folders that agents load on demand. This enables agents to gain domain expertise, follow repeatable workflows, and reuse skills across various compatible AI tools.

A-MEM: Self-Evolving Memory for Coding Agents
August 17, 2026
A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

Agent Sandbox: Secure Local Development for AI Coding Agents
August 17, 2026
Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.
Source repository
Open the original repository on GitHub.
6 counted GitHub visits