Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PastKing/tgbot-verify
/ functions
Functions
162 in github.com/PastKing/tgbot-verify
⨍
Functions
162
◇
Types & classes
11
↓ 1 callers
Method
parse_verification_id
(url: str)
spotify/sheerid_verifier.py:44
↓ 1 callers
Method
parse_verification_id
(url: str)
one/sheerid_verifier.py:44
↓ 1 callers
Function
prompt_emails
()
oaiteam/invite.py:16
↓ 1 callers
Function
render_all
并发渲染所有图片
Boltnew/img_generator.py:561
↓ 1 callers
Function
render_single
异步渲染单张图片
Boltnew/img_generator.py:527
↓ 1 callers
Function
send_invites
(email_addresses: List[str])
oaiteam/invite.py:44
↓ 1 callers
Method
unblock_user
取消拉黑用户
database_mysql.py:238
↓ 1 callers
Method
use_card_key
使用卡密,返回获得的积分数量
database_mysql.py:441
↓ 1 callers
Method
verify
执行验证流程,移除状态轮询以减少耗时
youtube/sheerid_verifier.py:83
↓ 1 callers
Method
verify
执行教师验证流程
Boltnew/sheerid_verifier.py:104
↓ 1 callers
Method
verify
执行验证流程,移除状态轮询以减少耗时
spotify/sheerid_verifier.py:83
↓ 1 callers
Method
verify
执行验证流程
one/sheerid_verifier.py:83
Method
__del__
清理 HTTP 客户端
k12/sheerid_verifier.py:49
Method
__del__
(self)
youtube/sheerid_verifier.py:29
Method
__del__
(self)
Boltnew/sheerid_verifier.py:31
Method
__del__
(self)
spotify/sheerid_verifier.py:29
Method
__del__
(self)
one/sheerid_verifier.py:29
Method
__init__
初始化数据库连接
database_mysql.py:21
Method
__init__
初始化验证器 Args: verification_id: SheerID 验证 ID
k12/sheerid_verifier.py:38
Method
__init__
(self, verification_id: str)
youtube/sheerid_verifier.py:24
Method
__init__
(self, install_page_url: str, verification_id: Optional[str] = None)
Boltnew/sheerid_verifier.py:24
Method
__init__
(self, verification_id: str)
spotify/sheerid_verifier.py:24
Method
__init__
(self, verification_id: str)
one/sheerid_verifier.py:24
Function
_html_to_png
将 HTML 转换为 PNG 截图(优化版:复用浏览器实例)
Boltnew/img_generator.py:52
Function
about_command
处理 /about 命令
handlers/user_commands.py:57
Function
addbalance_command
处理 /addbalance 命令 - 管理员增加积分
handlers/admin_commands.py:16
Function
balance_command
处理 /balance 命令
handlers/user_commands.py:75
Function
blacklist_command
处理 /blacklist 命令 - 查看黑名单
handlers/admin_commands.py:117
Function
block_command
处理 /block 命令 - 管理员拉黑用户
handlers/admin_commands.py:53
Function
broadcast_command
处理 /broadcast 命令 - 管理员群发通知
handlers/admin_commands.py:239
Function
check_channel_membership
检查用户是否加入了频道
utils/checks.py:26
Function
checkin_command
处理 /qd 签到命令 - 临时禁用
handlers/user_commands.py:96
Function
error_handler
全局错误处理
bot.py:43
Function
generate_email
生成随机学校邮箱 Args: school_domain: 学校域名 Returns: str: 邮箱地址
youtube/name_generator.py:88
Function
generate_email
生成随机学校邮箱 Args: school_domain: 学校域名 Returns: str: 邮箱地址
Boltnew/name_generator.py:88
Function
generate_email
生成随机学校邮箱 Args: school_domain: 学校域名 Returns: str: 邮箱地址
spotify/name_generator.py:88
Function
generate_email
生成随机学校邮箱 Args: school_domain: 学校域名 Returns: str: 邮箱地址
one/name_generator.py:88
Function
generate_teacher_image
(first_name: str, last_name: str)
k12/img_generator.py:74
Function
genkey_command
处理 /genkey 命令 - 管理员生成卡密
handlers/admin_commands.py:144
Function
getV4Code_command
处理 /getV4Code 命令 - 获取 Bolt.new Teacher 认证码
handlers/verify_commands.py:545
Method
get_card_key_info
获取卡密信息
database_mysql.py:503
Function
get_concurrency_stats
获取并发统计信息 Returns: dict: 各验证类型的并发信息
utils/concurrency.py:81
Method
get_user_verifications
获取用户的验证记录
database_mysql.py:387
Function
get_verification_semaphore
(verification_type: str)
handlers/verify_commands.py:25
Function
help_command
处理 /help 命令
handlers/user_commands.py:65
Function
invite_command
处理 /invite 邀请命令
handlers/user_commands.py:136
Function
listkeys_command
处理 /listkeys 命令 - 管理员查看卡密列表
handlers/admin_commands.py:198
Method
normalize_url
规范化 URL
k12/sheerid_verifier.py:61
Method
normalize_url
规范化 URL(保留原样)
youtube/sheerid_verifier.py:39
Method
normalize_url
规范化 URL(保留原样)
spotify/sheerid_verifier.py:39
Method
normalize_url
规范化 URL(保留原样)
one/sheerid_verifier.py:39
Function
start_command
处理 /start 命令
handlers/user_commands.py:20
Function
start_load_monitoring
启动负载监控任务 Args: interval: 监控间隔(秒)
utils/concurrency.py:159
Function
stop_load_monitoring
停止负载监控任务
utils/concurrency.py:202
Function
use_command
处理 /use 命令 - 使用卡密
handlers/user_commands.py:160
Method
verify
执行完整的验证流程,移除状态轮询以减少耗时
k12/sheerid_verifier.py:119
Function
verify2_command
处理 /verify2 命令 - ChatGPT Teacher K12
handlers/verify_commands.py:107
Function
verify3_command
处理 /verify3 命令 - Spotify Student
handlers/verify_commands.py:183
Function
verify4_command
处理 /verify4 命令 - Bolt.new Teacher(自动获取code版)
handlers/verify_commands.py:266
Function
verify5_command
处理 /verify5 命令 - YouTube Student Premium
handlers/verify_commands.py:462
Function
verify_command
处理 /verify 命令 - Gemini One Pro
handlers/verify_commands.py:31
Function
white_command
处理 /white 命令 - 管理员取消拉黑
handlers/admin_commands.py:85
← previous
101–162 of 162, ranked by callers