Metadata-Version: 2.4
Name: AsiacellX
Version: 1.1.1
Summary: A Python library for interacting with Asiacell's website and mobile application.
Author: ZOOM
Keywords: Python,Asiacell,API,Iraq,zainiraq,sms
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: requires-python
Dynamic: summary

# AsiacellX

**AsiacellX** is an unofficial Python library for interacting with the private API used by the official Asiacell mobile application.

This SDK is designed exclusively for automating actions available in the mobile app — it does **not** support the web version or any HTML-based interface.

---

## 📱 What It Does

AsiacellX allows developers to interact with the mobile app backend programmatically. Supported functionality includes:

- Logging into the official app
- Accessing current balance and active services
- Using voucher recharge (regular or internet)
- Performing spins and handling spin rewards
- Handling various payment methods available in the app:
  - Credit Card
  - Voucher

---

## ⚠️ Disclaimer

This project is unofficial and not affiliated with Asiacell.

---

## 📦 Installation

Install via pip:

```bash
pip install AsiacellX
