An automated solution for creating Yandex accounts and managing music streaming activities with advanced anti-detection features.
- 🔐 Automated Yandex account creation
- 📱 SMS verification integration (SMSHub & SMSActive)
- 🎵 Automated music streaming simulation
- 🌐 Proxy support with rotation
- 🎯 Advanced anti-detection mechanisms
- 🖥️ Web interface for management
- 📊 Real-time statistics and monitoring
- Clone the repository:
git clone https://github.com/yourusername/yandex-account-creator.git
cd yandex-account-creator
- Install dependencies:
pip install -r requirements.txt
- Configure settings in
config/config.json
:
{
"account_creating_settings": {
"session_type": "1",
"account_count": 1,
"account_password": "example_password",
"random_password": true
},
"program_settings": {
"mode": "2",
"proxy_protocol": "HTTP",
"proxy_usage": true,
"thread_count": 10
},
"service_settings": {
"ClearCaptcha_token": "your_token_here",
"phone_service": "smshub",
"sms_apikey": "your_sms_api_key_here"
}
}
- Start the application:
python main.py
- Access the web interface:
http://localhost:1337
project_root/
├── config/
│ ├── config.json
│ └── tasks.json
├── data/
│ ├── accounts.txt
│ ├── verified_accounts.txt
│ └── cookies/
├── source/
│ ├── api/
│ ├── utils/
│ └── core/
├── templates/
└── main.py
- Automated registration process
- Phone verification handling
- Anti-detection measures
- Username generation
- Password management
- Playlist management
- Play duration control
- Like/unlike simulation
- Listening pattern randomization
- Session management
- Real-time statistics
- Account management
- Task scheduling
- Configuration settings
- Status monitoring
- Session type selection
- Account quantity setting
- Password customization
- Bank account creation toggle
- Operating mode selection
- Proxy configuration
- Threading options
- Timeout settings
- SMS service selection
- API key configuration
- Captcha service setup
- Proxy service settings
- User-agent rotation
- Request timing randomization
- Browser fingerprint simulation
- Activity pattern variation
- Multiple proxy protocols
- Automatic rotation
- Health checking
- Fallback mechanisms
- Automatic retry system
- Error logging
- Session recovery
- Status monitoring
-
Connection Errors
- Check proxy settings
- Verify network connectivity
- Confirm API endpoints
-
Account Creation Failures
- Verify SMS service balance
- Check for IP restrictions
- Review error logs
-
Streaming Issues
- Validate account credentials
- Check session status
- Review proxy performance
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is for educational purposes only. Users are responsible for compliance with Yandex's terms of service and local regulations.