Files
github-sponsors-webhook-bot/requirements.txt
Wiktor 7effb6dc33 Feat: Integrate multi-source payment alerts and update documentation
- Refactored main bot script (github_sponsors_bot.py)
- Added payment_sources module for Binance and IMAP alerts
- Updated README.md with new features and setup instructions
- Updated ARCHITECTURE.md to reflect new modular design
- Updated .env.example with new environment variables
- Added python-binance to requirements.txt
2025-05-26 22:14:38 +02:00

8 lines
160 B
Plaintext

python-telegram-bot>=13.0
requests>=2.25.1
python-dotenv>=0.19.0
pyyaml>=6.0
flask>=2.0.0
gunicorn>=20.1.0
python-binance>=1.0.19 # For Binance API interaction