Metadata-Version: 2.1
Name: asiacell
Version: 0.0.8
Summary: A small example package
Home-page: https://github.com/alshbg1/asiacell
Author: ALSH
Author-email: author@example.com
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

<h1 align="center">asiacell</h1>
<p align="center">It is a project that includes all social networking sites, and the most important features of the project is a private library whose work is to verify the availability of the user name if it is available or not available on more than one social site</p>

## Installation :
```
pip install asiacell
```
## ***The method of work***
* Open a file in a text editor and name the file eg
asiacell.py

```python 
from asiacell import AsiaCell

cap = AsiaCell().code()
PID = AsiaCell().login('07703433331', cap)
smsvalidation = AsiaCell().smsvalidation(PID, input('pass : '))
ok = AsiaCell().profile(smsvalidation)
print(ok)
```

## Follow us on social media
[![Telegram](https://img.shields.io/badge/Telegram-ALSH_3k-orange?style=for-the-badge&logo=Telegram)](https://t.me/ALSH_3K)
[![Youtube](https://img.shields.io/badge/Youtube-ALSH-orange?style=for-the-badge&logo=Youtube)](https://youtube.com/channel/UCUNbzQRjfAXGCKI1LY72DTA)
[![Instagram](https://img.shields.io/badge/Instagram-ALSH-green?style=for-the-badge&logo=instagram)](https://Instagram.com/alsh_bg)
[![Telegram](https://img.shields.io/badge/Telegram-ALSH-green?style=for-the-badge&logo=Telegram)](https://t.me/XXCBB)


