This commit is contained in:
2026-04-27 01:19:38 +08:00
parent c84141674a
commit 2d0eeaa78f
6 changed files with 2776 additions and 152 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# ========== 密钥与登录(切勿提交到远程)==========
.env
.env.*
*.session
*.session-journal
# ========== 运行状态与抓取进度(与频道数据配套,勿提交)==========
state.json
# ========== 按频道存放的抓取结果SQLite、媒体、导出文件==========
# 目录名一般为 Telegram 超级群/频道 ID-100xxxxxxxxxx
-100*/
# ========== 脚本生成的列表(可随时再生成)==========
channels_list.csv
# ========== Python ==========
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
.venv/
*.egg-info/
.eggs/
dist/
build/
# ========== 编辑器 / 本地工具 ==========
.cursor/
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# ========== 日志与临时文件 ===========
*.log
*.tmp
*.temp