Skip to content

Version 1.2.2 - Improved PyPI Package

Choose a tag to compare

@VoxHash VoxHash released this 23 Sep 19:46
· 3 commits to main since this release

What's New in v1.2.2

PyPI Package Improvements

  • Fixed Entry Points: Package now works with python -m app.cli out of the box
  • Multiple Commands: Added telegram-sender and telegram-multi-account-sender commands
  • Better Installation: Improved installation experience for end users
  • Windows Support: Added run_telegram_sender.bat for easy Windows execution

Installation Options

  1. Windows Executable: Download from releases (no Python required)
  2. PyPI Package: pip install telegram-multi-account-sender==1.2.2 then python -m app.cli
  3. Development: pip install -e . then python -m app.cli

Package Features

  • Console Scripts: telegram-sender, telegram-multi-account-sender
  • GUI Scripts: telegram-sender-gui, telegram-multi-account-sender-gui
  • Module Execution: python -m app.cli
  • Windows Batch: run_telegram_sender.bat

Bug Fixes

  • Fixed PyPI package entry points configuration
  • Improved CLI interface with proper error handling
  • Enhanced installation documentation
  • Better cross-platform compatibility

System Requirements

  • Python 3.10+ (for PyPI package)
  • Windows 10/11 (for executable)
  • No additional configuration needed