Skip to content

Releases: umarraj008/python-telegram-crypto-bot

v5

24 Apr 23:40

Choose a tag to compare

[v5]

  • Major refactor: migrated logic from main.py into a structured TelegramBot class
  • 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

24 Apr 22:37

Choose a tag to compare

[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

24 Apr 22:37

Choose a tag to compare

[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

24 Apr 22:36

Choose a tag to compare

[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

24 Apr 22:36

Choose a tag to compare

[v3.1-alpha]

  • Resolved bug with sender username detection
  • Introduced Logger bot for enhanced visibility
  • Added address-building utility script

Full Changelog: https://github.com/umarraj008/python-telegram-crypto-bot/commits/v3.1-alpha

v2.2

24 Apr 22:35

Choose a tag to compare

[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

24 Apr 22:34

Choose a tag to compare

[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

24 Apr 22:34

Choose a tag to compare

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

24 Apr 22:31

Choose a tag to compare

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

24 Apr 22:35

Choose a tag to compare

[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