- 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
8 lines
160 B
Plaintext
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
|