Initial commit: Fakabot - Telegram Auto-delivery Bot

This commit is contained in:
谷歌个百度
2025-10-18 13:15:13 +08:00
commit 090f4c655a
21 changed files with 7467 additions and 0 deletions
Executable
+24
View File
@@ -0,0 +1,24 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
# VCS
.git/
.gitignore
# Local artifacts
*.log
*.html
# Sensitive/runtime data
config.json
sp_shop.db
bot.log
last_gateway_response.html
# IDE
.vscode/
.idea/
.DS_Store