Releases: umarraj008/python-telegram-crypto-bot
v5
[v5]
- Major refactor: migrated logic from
main.pyinto a structuredTelegramBotclass - Modularized code into separate components:
bot.py,utils.py,log_channel.py - Improved overall readability and maintainability
- Centralized configuration and lifecycle management
- Restructured for easier scaling (e.g. multi-bot support, future extensions)
- Updated negative keywords for better rug pull detection
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v5
v3.2.2-alpha
[v3.2.2-alpha]
- Fixed rate limit bug causing logging issues (FloodWait on forward)
- Corrected media detection logic in logger
- Streamlined log formatting: shortened chat titles and timestamps
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3.2.2-alpha
v3.2.1-alpha
[v3.2.1-alpha]
- Fixed issue where deleted messages were not logged to the private channel
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3.2.1-alpha
v3.2-alpha
[v3.2-alpha]
- Added logging functionality: all processed messages now logged to a private channel
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3.2-alpha
v3.1-alpha
[v3.1-alpha]
- Resolved bug with sender username detection
- Introduced
Loggerbot for enhanced visibility - Added address-building utility script
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3.1-alpha
v2.2
[v2.2]
- Added full support for private groups and private channels
- Introduced dynamic allowlist: only messages from approved users are processed
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v2.2
v2.1
[v2.1]
- Extended support for Solana Coin Addresses (CA) with 43-character format
- Enabled group chat monitoring (initial integration for
cryptoyeezus)
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v2.1
v2
[v2.0]
- Enhanced rug pull detection logic
- Implemented split CA reconstruction
- Added KING keyword removal
- Validated Solana addresses using Base58 decoding
- Enforced strict CA length validation (43–44 characters)
- Added timestamped debug logging
- Ensured flagged (rug pull) CA are properly excluded and logged
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v2
v1
[v1.0]
- Monitoring of Telegram channels
- Detection of coin addresses (CA)
- Forwarding detected CA to trojan bot
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v1
v3-alpha
[v3-alpha]
- Fixed group chat compatibility issues
- Improved detection logic for split Coin Addresses (CA)
- Integrated external bot controller for real-time input and management
Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3-alpha