A Python-based SMS management application that integrates with SMS Hub services. This application provides a GUI interface for managing modems and handling SMS operations.
- Modem management and monitoring
- SMS Hub service integration
- Real-time status updates
- GUI interface for easy operation
- REST API endpoints for service integration
- Install the required dependencies:
pip install -r requirements.txt-
Configure your settings in
config.json -
Run the application:
python main.pyGET_SERVICES: Retrieve available services and modem statusGET_NUMBER: Request a phone number for activationFINISH_ACTIVATION: Complete the activation process
Edit config.json to customize:
- API credentials
- Service settings
- Modem configurations
- Python 3.x
- Flask
- PyQt5 (for GUI)
- Additional dependencies in requirements.txt