Metadata-Version: 2.1
Name: Py-EgyBest-Api
Version: 22.9.2
Summary: Asynchronous Python Wrapper For EgyBest-API.
Home-page: https://github.com/AmineSoukara/Py-EgyBest-Api
Author: AmineSoukara
Author-email: AmineSoukara@gmail.com
License: MIT
Project-URL: Source, https://github.com/AmineSoukara/Py-EgyBest-Api
Project-URL: Documentation, https://github.com/AmineSoukara/Py-EgyBest-Api#readme
Project-URL: Tracker, https://github.com/AmineSoukara/Py-EgyBest-Api/issues
Keywords: EgyBest Api Scrapper Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

![RUN](https://telegra.ph/file/39890dfb899f4a943e626.jpg)

<div align="center">

> Asynchronous Python Wrapper For EgyBest-API.

<!-- Badges -->
<p>
  <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/graphs/contributors">
    <img src="https://img.shields.io/github/contributors/aminesoukara/Py-EgyBest-Api" alt="contributors" />
  </a>
  <a href="">
    <img src="https://img.shields.io/github/last-commit/aminesoukara/Py-EgyBest-Api" alt="last update" />
  </a>
  <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/network/members">
    <img src="https://img.shields.io/github/forks/aminesoukara/Py-EgyBest-Api" alt="forks" />
  </a>
  <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/stargazers">
    <img src="https://img.shields.io/github/stars/aminesoukara/Py-EgyBest-Api" alt="stars" />
  </a>
  <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/issues/">
    <img src="https://img.shields.io/github/issues/aminesoukara/Py-EgyBest-Api" alt="open issues" />
  </a>
  <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/aminesoukara/Py-EgyBest-Api.svg" alt="license" />
  </a>
  <a href="https://pepy.tech/project/Py-EgyBest-Api">
    <img src="https://static.pepy.tech/personalized-badge/py-egyBest-api?period=total&units=none&left_color=grey&right_color=red&left_text=Total-Downloads" alt="Total Downloads" />
  </a>
</p>

<h4>
    <a href="https://github.com/AmineSoukara/EgyBest-Api">API Repository</a>
  <span> · </span>
    <a href="https://github.com/AmineSoukara/Py-EgyBest-Api">Documentation</a>
  <span> · </span>
    <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/issues/">Report Bug</a>
  <span> · </span>
    <a href="https://github.com/AmineSoukara/Py-EgyBest-Api/issues/">Request Feature</a>
  </h4>
</div>

<br />

<div align="center">

# ⚠️ Note:

- For Personal Use Only, Don't Create Or Build Something Huge With This API Without Permission Otherwise You Will Be Banned

# 🔐 Requirements:

- Python 3.8 Or Newer.
- API URL and Access Token, From [@EgyBestAPIBot](https://t.me/EgyBestAPIBot).

# 🗜 Installation:

```sh
$ pip3 install Py-EgyBest-Api
```

# ❓ Usage:
For Example, To Get Direct Links, You Can Do This
<div align="left">

```py
from EgyBestAPI import RaEye
from asyncio import run

x = RaEye("http://0.1.2.3", access_token="abcd", id=None, password=None)

async def main():
    z = await x.dls(url="https://www.egybest.org/movie/top-five-2014", version=2)

    print(z)
    # output: DotMap(a=1, b=2)

    print(z.toDict())
    # output: {'a': 1, 'b': 2}

    print(z.type)
    print(z["type"])
    # output: movie

run(main())
```

<div align="center">

# 🪐 Documentation:
There Is No Documentation, But You Can Take Help From The DocStrings :

<div align="left">

```py
from EgyBestAPI import RaEye

print(help(RaEye.dls))
```

<div align="center">

# ⭐️ Features:
<div align="left">

* [x] Todo 1

<div align="center">

# 🧭 RoadMap:
<div align="left">

* [ ] Todo 2

<div align="center">

# 💬 Support:
<a href="https://t.me/EgyBestBotSupport"><img src="https://img.shields.io/badge/Group-FF0000?style=for-the-badge&logo=telegram&logoColor=white"></a>
<a href="https://t.me/EgyBestBotOriginal"><img src="https://img.shields.io/badge/Channel-FF0000?style=for-the-badge&logo=telegram&logoColor=white"></a>

# 👨‍💻 Developer:
<a href="https://bio.link/aminesoukara"><img src="https://img.shields.io/badge/@AmineSoukara-000000?style=for-the-badge&logo=messenger&logoColor=white"></a>

# 📝 License:
This Project Is Licensed Under The [MIT License](https://github.com/AmineSoukara/Py-EgyBest-Api/blob/main/LICENSE)

# 📭 Credits:
<a href="https://github.com/AmineSoukara/EgyBest-Api"><img src="https://img.shields.io/badge/@EgyBest–API-FE9A2E?style=for-the-badge&logo=github&logoColor=black"></a>

# 🌍 Contributing:

<a href="https://github.com/AmineSoukara/Py-EgyBest-Api/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=aminesoukara/Py-EgyBest-Api" />
</a>

Contributions Are Always Welcome!
See `contributing.md` For Ways To Get Started.

