Logo Lanfrica

invictusdhahri/orange-recharge-automation

Domain:

digital infrastructure

Record type:

software
Creator:
inv
Host:
Automated recharge system for Orange Tunisia with math CAPTCHA solving # Orange Tunisia Recharge Automation ๐ŸŠ Automated recharge system for Orange Tunisia with **multiple methods**: - ๐ŸŽซ **Scratch card recharge** - Math CAPTCHA (super easy!) - ๐Ÿ’ณ **Credit card recharge** - reCAPTCHA with FREE audio bypass (~60% success) + 2Captcha fallback ## โœจ Features ### Scratch Card Recharge - โœ… **No login required** - Direct recharge submission - ๐Ÿงฎ **Math CAPTCHA solving** - Automatic equation solving (e.g., "10 + 7") - ๐Ÿš€ **Fast & reliable** - Clean GraphQL API - ๐Ÿ“Š **Clear responses** - Simple success/error detection ### Credit Card Recharge - ๐Ÿ’ณ **Get payment URL** - Automated form filling + CAPTCHA bypass - ๐Ÿ†“ **FREE reCAPTCHA bypass** - Audio challenge + speech recognition (~60-80% success) - ๐Ÿ’ฐ **2Captcha fallback** - Optional paid service (~99% success, $0.001/solve) - ๐Ÿ”„ **Auto mode** - Try free first, fallback to paid ($0.30 per 1000 recharges) - ๐Ÿ”ง **Production-ready** - Error handling and validation ## ๐Ÿ†š Orange vs Ooredoo | Feature | Orange | Ooredoo | |---------|--------|---------| | **Login** | โŒ Not needed | โœ… Required | | **CAPTCHA Type** | Math equation | Text OCR | | **Difficulty** | โญ Easy | โญโญโญ Medium | | **API** | GraphQL | HTML forms | | **Automation** | โญโญโญ Easy | โญโญ Medium | ## ๐Ÿ“‹ Requirements - Python 3.8+ - Chrome browser - ChromeDriver (automatically managed by selenium) ## ๐Ÿš€ Installation 1. **Clone the repository:** ```bash git clone github.com cd orange-recharge-automation ``` 2. **Install dependencies:** ```bash pip install -r requirements.txt ``` ## ๐Ÿ’ก Usage ### Method 1: Scratch Card Recharge **Basic:** ```bash python orange_recharge.py ``` **Example:** ```bash python orange_recharge.py 53028939 1234567890123 ``` **Headless mode:** ```bash python orange_recharge.py 53028939 1234567890123 --headless ``` ### Method 2: Credit Card Recharge ๐Ÿ’ณ **FREE (audio CAPTCHA):** ```bash python orange_creditcard.py 53028939 20 ``` **With 2Captcha fallback (recommended โ€ฆ

Licenses