RSS Telegram Bot

This commit is contained in:
bot
2026-03-08 17:32:52 +00:00
commit a654a91023
11 changed files with 2418 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# Bot token and sensitive config
.env
# Subscriber and tracking data
subscribers.json
seen_articles.json
seen_articles.db
seen_articles.db-journal
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Logs
*.log
logs/
# IDE
.vscode/
.idea/
*.sublime-*
# Test files
test_*.py
*_test.py