Skip to content

πŸ€– Automated Yandex Account Creator & Music Streamer | Create and manage Yandex accounts with advanced anti-detection features, SMS verification, and automated music streaming capabilities. Built with Python, featuring proxy support, web interface, and real-time monitoring.

License

Notifications You must be signed in to change notification settings

CryonicsX/YandexStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Yandex Account Creator and Music Streamer

An automated solution for creating Yandex accounts and managing music streaming activities with advanced anti-detection features.

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

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/yandex-account-creator.git
cd yandex-account-creator
  1. Install dependencies:
pip install -r requirements.txt
  1. 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"
    }
}

Usage

  1. Start the application:
python main.py
  1. Access the web interface:
http://localhost:1337

Project Structure

project_root/
β”œβ”€β”€ config/
β”‚   β”œβ”€β”€ config.json
β”‚   └── tasks.json
β”œβ”€β”€ data/
β”‚   β”œβ”€β”€ accounts.txt
β”‚   β”œβ”€β”€ verified_accounts.txt
β”‚   └── cookies/
β”œβ”€β”€ source/
β”‚   β”œβ”€β”€ api/
β”‚   β”œβ”€β”€ utils/
β”‚   └── core/
β”œβ”€β”€ templates/
└── main.py

Key Components

Account Creator

  • Automated registration process
  • Phone verification handling
  • Anti-detection measures
  • Username generation
  • Password management

Music Streamer

  • Playlist management
  • Play duration control
  • Like/unlike simulation
  • Listening pattern randomization
  • Session management

Web Interface

  • Real-time statistics
  • Account management
  • Task scheduling
  • Configuration settings
  • Status monitoring

Configuration Options

Account Creation

  • Session type selection
  • Account quantity setting
  • Password customization
  • Bank account creation toggle

Program Settings

  • Operating mode selection
  • Proxy configuration
  • Threading options
  • Timeout settings

Service Integration

  • SMS service selection
  • API key configuration
  • Captcha service setup
  • Proxy service settings

Advanced Features

Anti-Detection

  • User-agent rotation
  • Request timing randomization
  • Browser fingerprint simulation
  • Activity pattern variation

Proxy Management

  • Multiple proxy protocols
  • Automatic rotation
  • Health checking
  • Fallback mechanisms

Error Handling

  • Automatic retry system
  • Error logging
  • Session recovery
  • Status monitoring

Troubleshooting

Common Issues

  1. Connection Errors

    • Check proxy settings
    • Verify network connectivity
    • Confirm API endpoints
  2. Account Creation Failures

    • Verify SMS service balance
    • Check for IP restrictions
    • Review error logs
  3. Streaming Issues

    • Validate account credentials
    • Check session status
    • Review proxy performance

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This tool is for educational purposes only. Users are responsible for compliance with Yandex's terms of service and local regulations.

About

πŸ€– Automated Yandex Account Creator & Music Streamer | Create and manage Yandex accounts with advanced anti-detection features, SMS verification, and automated music streaming capabilities. Built with Python, featuring proxy support, web interface, and real-time monitoring.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published