We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7363b70 + 60b0316 commit 1657d40Copy full SHA for 1657d40
logic/scripts/fetch_social_stats.py
@@ -136,6 +136,15 @@ def get_discord_members():
136
"json": False,
137
}
138
)
139
+sites.append(
140
+ {
141
+ "name": "Telegram (China)",
142
+ "url": "https://t.me/OriginChinese",
143
+ "selector": "div.tgme_page_extra",
144
+ "pattern": "([\d\s]+)\s*members",
145
+ "json": False,
146
+ }
147
+)
148
sites.append(
149
{
150
"name": "Telegram (Announcements)",
logic/views/social_stats.py
@@ -25,6 +25,7 @@ def filter_social_stats(stat):
25
"Telegram (Russia)",
26
"Telegram (Spanish)",
27
"Telegram (Turkish)",
28
+ "Telegram (China)",
29
"Medium",
30
]
31
if stat["name"] in general_stats:
0 commit comments