Unofficial Python SDK for Iraqi telecom companies and e-wallets
Project description
iraqtel 🇮🇶
Unofficial Python SDK for Iraqi telecom companies and e-wallets. مكتبة بايثون غير رسمية للتعامل مع شركات الاتصالات والمحافظ الإلكترونية العراقية.
Supported Operators & Wallets
- Asiacell (077/078)
- Zain Iraq (077/079)
- Korek Telecom (075)
- ZainCash (E-Wallet)
- FastPay (E-Wallet)
Installation
pip install iraqtel
Quick Start
Asiacell
from iraqtel import AsiacellClient
client = AsiacellClient(phone="077XXXXXXXX", password="your_password")
client.login()
balance = client.get_balance()
print(f"Credit: {balance['credit']} IQD")
ZainCash
from iraqtel import ZainCashClient
wallet = ZainCashClient(phone="078XXXXXXXX", password="your_password", pin="1234")
wallet.login()
wallet.transfer(to_phone="077XXXXXXXX", amount=10000, note="Gift")
Disclaimer
This project is UNOFFICIAL and not affiliated with any of the mentioned companies. Use it at your own risk. The developers are not responsible for any misuse or damage. هذا المشروع غير رسمي وغير تابع لأي من الشركات المذكورة. استخدمه على مسؤوليتك الخاصة.
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iraqtel-0.1.0.tar.gz.
File metadata
- Download URL: iraqtel-0.1.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d195448dad8e0d2e70e40b2a62aa37dc2e81bf0f2d99f60b7da2d5af6cff8e4
|
|
| MD5 |
ed424b0d65d7d6a8727e3fa3d392373b
|
|
| BLAKE2b-256 |
2ff026798c127e37b1b006f8201854329a0e0b7a50bcda4bd301195543286a4d
|
File details
Details for the file iraqtel-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iraqtel-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f5c36422a91be8f6e5f5045e3c7bec2a66f489d0eae7bc9390a996e57c12244
|
|
| MD5 |
2bbf224b2f825023e9554412fc0506d3
|
|
| BLAKE2b-256 |
863d147c802647047facfe203bf21d49cde112780f08922aea1f7f6f342d84ac
|