Professional-grade desktop application for managing and sending messages across multiple Telegram accounts
Project description
Telegram Multi-Account Message Sender
A professional-grade desktop application for managing and sending messages across multiple Telegram accounts with advanced features like scheduling, spintax, media support, and compliance controls.
✨ Features
🚀 Core Functionality
- Multi-Account Management: Manage multiple Telegram accounts simultaneously
- Campaign Management: Create, schedule, and manage message campaigns
- Template System: Create and manage message templates with spintax support
- Recipient Management: Organize and manage recipient lists
- Message Testing: Test messages before sending campaigns
- Comprehensive Logging: Track all activities with detailed logs
🎨 User Interface
- Modern UI: Clean, intuitive interface with multiple themes
- Multi-Language Support: Available in 13 languages (English, French, Spanish, Chinese, Japanese, German, Russian, Estonian, Portuguese, Korean, Catalan, Basque, Galician)
- Responsive Design: Adapts to different screen sizes
- Dark/Light Themes: Multiple theme options including Dracula theme
🔧 Advanced Features
- Spintax Support: Create message variations using spintax syntax with real-time processing
- A/B Testing: Test different message variants with statistical analysis
- Scheduling: Schedule campaigns for specific times with timezone support
- Rate Limiting: Respect Telegram's rate limits with intelligent throttling
- Retry Logic: Automatic retry for failed messages with exponential backoff
- Media Support: Send text, media, and combined messages with URL support
- Log Management: Comprehensive logging with "Delete All Logs" functionality
- Windows Integration: Start with Windows option for seamless user experience
🛡️ Safety & Compliance
- Account Warmup: Gradual account warming to avoid spam detection
- Rate Limiting: Built-in rate limiting to prevent account bans
- Error Handling: Comprehensive error handling and recovery
- Dry Run Mode: Test campaigns without sending actual messages
- Compliance Controls: Built-in controls for responsible messaging
🖼️ Screenshots
Main Interface
Campaign Management
Account Management
Template System
🚀 Quick Start
Prerequisites
- Python 3.10 or higher
- PyQt5
- Telegram API credentials (API ID and API Hash)
Installation
Option 1: Using pip (Recommended)
pip install telegram-multi-account-sender
Option 2: From source
git clone https://github.com/VoxHash/Telegram-Multi-Account-Message-Sender.git
cd Telegram-Multi-Account-Message-Sender
pip install -r requirements.txt
python main.py
Option 3: Using installers
Download the appropriate installer from the Releases page.
Configuration
-
Get Telegram API Credentials:
- Go to my.telegram.org
- Log in with your phone number
- Go to "API development tools"
- Create a new application
- Copy the API ID and API Hash
-
Configure Application:
- Open the Settings tab
- Enter your API credentials
- Set your preferred theme and language
- Save your settings
-
Add Your First Account:
- Go to the Accounts tab
- Click "Add Account"
- Enter your phone number
- Follow the authorization process
📖 Documentation
- User Guide: Comprehensive user guide
- Warmup Guide: Complete guide to account warmup feature
- API Documentation: Complete API reference
- Troubleshooting: Common issues and solutions
- Development Guide: Developer documentation
- FAQ: Frequently asked questions
🌍 Supported Languages
- English (en)
- French (fr)
- Spanish (es)
- Chinese (zh)
- Japanese (ja)
- German (de)
- Russian (ru)
- Estonian (et)
- Portuguese (pt)
- Korean (ko)
- Catalan (ca)
- Basque (eu)
- Galician (gl)
🎨 Themes
- Light: Clean, bright interface
- Dark: Dark, easy-on-the-eyes interface
- Auto: Automatically switches based on system theme
- Dracula: Popular dark theme with vibrant colors
📋 Requirements
Minimum Requirements
- Python 3.10+
- 4GB RAM
- 1GB free disk space
- Internet connection
- Windows 10, macOS 10.15, or Linux (Ubuntu 18.04+)
Recommended Requirements
- Python 3.11+
- 8GB RAM
- 5GB free disk space
- Stable internet connection
- Windows 11, macOS 12+, or Linux (Ubuntu 20.04+)
🔧 Usage
Basic Workflow
- Launch the Application: Run
python main.pyor use the installed executable - Configure Settings: Go to the Settings tab and configure your preferences
- Add Accounts: Use the Accounts tab to add and authorize your Telegram accounts
- Warm Up Accounts: Use the warmup feature to gradually increase account activity
- Create Templates: Use the Templates tab to create message templates
- Manage Recipients: Use the Recipients tab to organize your recipient lists
- Create Campaigns: Use the Campaigns tab to create and manage message campaigns
- Test Messages: Use the Testing tab to test your messages before sending
- Monitor Logs: Use the Logs tab to monitor application and send logs
Spintax Example
Create message variations using spintax syntax:
Hello {John|Jane|Alex}, welcome to {our|my} {amazing|fantastic|great} service!
This will generate variations like:
- "Hello John, welcome to our amazing service!"
- "Hello Jane, welcome to my fantastic service!"
- "Hello Alex, welcome to our great service!"
Campaign Management
- Create Campaign: Click "Create Campaign" in the Campaigns tab
- Configure Settings: Set campaign name, type, and message content
- Select Recipients: Choose recipient list or individual recipients
- Schedule: Set start time and rate limits
- Launch: Start, pause, or stop campaigns as needed
🛠️ Development
Setting Up Development Environment
-
Clone the Repository:
git clone https://github.com/VoxHash/Telegram-Multi-Account-Message-Sender.git cd Telegram-Multi-Account-Message-Sender
-
Create Virtual Environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install Dependencies:
pip install -r requirements.txt pip install -r requirements-dev.txt
-
Set Up Pre-commit Hooks:
pre-commit install -
Run Tests:
pytest
Code Style
We use Black for code formatting and isort for import sorting:
# Format code
black app/
# Sort imports
isort app/
# Check code style
flake8 app/
# Type checking
mypy app/
Running Tests
# Run all tests
pytest
# Run with coverage
pytest --cov=app tests/
# Run specific test file
pytest tests/test_campaigns.py
🤝 Contributing
We welcome contributions! Please see our Contributing Guide for details.
How to Contribute
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes
- Run tests:
pytest - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
Reporting Issues
Please use our Issue Templates when reporting bugs or requesting features.
📄 License
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
⚠️ Disclaimer
This application is for educational and legitimate business purposes only. Users are responsible for complying with Telegram's Terms of Service and applicable laws. The developers are not responsible for any misuse of this application.
🆘 Support
- Documentation: GitHub Wiki
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: contact@voxhash.dev
🗺️ Roadmap
Version 1.1.0 (Planned)
- Web interface
- REST API
- Plugin system
- Advanced analytics
- Team collaboration features
Version 1.2.0 (Planned)
- Mobile app
- Cloud synchronization
- Advanced scheduling
- A/B testing improvements
- Performance optimizations
Version 2.0.0 (Planned)
- Multi-platform support
- Advanced security features
- Enterprise features
- Custom integrations
- Advanced reporting
📊 Statistics
- Lines of Code: 12,000+
- Test Coverage: 90%+
- Supported Languages: 13
- Supported Platforms: 3
- Translation Keys: 560+
- Active Contributors: 5+
- GitHub Stars: 100+
- Downloads: 1,000+
🏆 Acknowledgments
- Telethon - Telegram client library
- PyQt5 - GUI framework
- SQLModel - Database ORM
- Rich - Rich text and beautiful formatting
- Black - Code formatting
- isort - Import sorting
- pytest - Testing framework
📈 Changelog
See CHANGELOG.md for a list of changes and version history.
🔗 Links
- Repository: GitHub
- Documentation: GitHub Wiki
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Releases: GitHub Releases
- PyPI: PyPI Package
🌟 Star History
Made with ❤️ by VoxHash
Professional-grade desktop application for managing and sending messages across multiple Telegram accounts safely with advanced features like scheduling, spintax, media support, and compliance controls.
📄 License: BSD 3-Clause License - See LICENSE file for details
👨💻 Developer: VoxHash - contact@voxhash.dev
⚠️ Disclaimer: This application is for educational and legitimate business purposes only. Users are responsible for complying with Telegram's Terms of Service and applicable laws.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telegram_multi_account_sender-1.2.2.tar.gz.
File metadata
- Download URL: telegram_multi_account_sender-1.2.2.tar.gz
- Upload date:
- Size: 218.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6e98b502b9bb0a42c71c7ff2357616ab6efdf14b0764c66676c792c5cbe864e
|
|
| MD5 |
a6454937c17a67b37ccd0666aa7f1b30
|
|
| BLAKE2b-256 |
e1267401c958dfb2f3c1de8487c565b26c0f1662a3aa787ac3c92314581e3ee5
|
File details
Details for the file telegram_multi_account_sender-1.2.2-py3-none-any.whl.
File metadata
- Download URL: telegram_multi_account_sender-1.2.2-py3-none-any.whl
- Upload date:
- Size: 238.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1be3574d0f4da49991ce9750a6efe582218660f6309c97d8d0a00f249b3d8250
|
|
| MD5 |
aba4a274dc6d9a5a9e09602aff613729
|
|
| BLAKE2b-256 |
613e37c06f636e814e43a29600d186ea2660d62b74be315afa31c2ac54781739
|