explaingit

jackvale/rectg

8,738PythonAudience · generalComplexity · 1/5Setup · easy

TLDR

A curated directory of over 500 Chinese-language Telegram channels and groups, organized by topic with member counts and descriptions, plus an online browser at rectg.com.

Mindmap

mindmap
  root((rectg))
    What it does
      Lists 500+ communities
      Channels and groups
      Web browser at rectg.com
    Categories
      Tech and software
      News and education
      Gaming and anime
      Crypto and finance
    Audience
      Chinese-language users
      Community finders
    Contribution
      Submit via GitHub issue
      Automated crawling
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Find active Chinese-language Telegram communities on topics like tech, gaming, crypto, or education.

USE CASE 2

Use the raw data to build your own Telegram channel discovery app or search tool.

USE CASE 3

Submit a new Telegram channel or group for inclusion in the directory via a GitHub issue.

USE CASE 4

Browse the online version at rectg.com to filter and explore communities by category.

Tech stack

Python

Getting it running

Difficulty · easy Time to first run · 5min
No license information is mentioned in the explanation.

In plain English

rectg is a curated directory of Chinese-language Telegram channels and groups. The project collects and organizes links to over 500 Telegram communities, spanning categories like news, technology, software tools, development, information security, entertainment, music, anime, gaming, cryptocurrency, education, design, and social chat. Each entry in the directory lists the channel or group name, a rough member count, and a short description in Chinese. The categories are split between channels and groups. Channels are broadcast-style feeds where only admins post, while groups allow members to have conversations. The directory covers both types, making it a reference for anyone looking to find active Chinese-language communities on Telegram across a wide range of topics. The project also maintains an online browsing site at rectg.com where visitors can explore and filter the same index through a web interface. The GitHub repository holds the raw data that powers this site. Users can submit new channels or groups for inclusion by opening a GitHub issue. According to the README, the project relies on automated crawling combined with manual review. It states that it continuously tracks over 1,000 nodes and applies filtering to remove dead groups, promotional spam, and harmful content. The goal is to provide a clean reference of quality Chinese Telegram resources. The README is a data file as much as it is documentation: the bulk of its content is the actual listing of communities organized into roughly 22 categories. It notes that content is sourced from publicly available information and is intended as a navigation and research reference only. Users are asked to evaluate content themselves and follow local laws. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Using the jackvale/rectg dataset, write a Python script that reads the channel list and outputs all technology-related channels sorted by member count.
Prompt 2
I want to build a simple web app that lets users search the rectg Telegram directory by keyword. How should I structure the data and build the search?
Prompt 3
How can I contribute a new Telegram channel to the jackvale/rectg directory? Walk me through opening a GitHub issue with the right format.
Prompt 4
Write a Python script that parses the jackvale/rectg README data and exports it as a structured JSON file with name, category, member count, and description fields.
Open on GitHub → Explain another repo

← jackvale on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.