Asynchronous Python Wrapper For EgyBest-API.
Project description
Asynchronous Python Wrapper For EgyBest-API.
API Repository · Documentation · Report Bug · Request Feature
⚠️ Note:
- For Personal Use Only, Don't Create Or Build Something Huge With This API Without Permission Otherwise You Will Be Banned
- This Project Is Licensed Under The MIT License
🔐 Requirements:
🗜 Installation:
$ pip3 install Py-EgyBest-Api
❓ Usage:
For Example, To Get Direct Links, You Can Do This
from EgyBestAPI import RaEye
from asyncio import run
API = "http://0.1.2.3" # Required
TOKEN = "abcd" # Required
ID = None # Optional
PASSWORD = None # Optional
x = RaEye(API, access_token=TOKEN, id=ID, password=PASSWORD)
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.type)
# output: movie
print(z.toDict())
# output: {'a': 1, 'b': 2}
print(z["type"])
# output: movie
# To Print Results As Json
z.pprint(pformat='json')
# output: {...}
run(main())
🪐 Documentation:
There Is No Documentation, But You Can Take Help From The DocStrings :
from EgyBestAPI import RaEye
print(help(RaEye.dls))
⭐️ Features:
- Smart Search
- Extract Full Info From Url (Movie-Serie/Anime)
- Extract: Story - Image - Title - Trailer - Actors Info - Note
- Extract Download and Stream Links With Full Info
- Extract Similar Movies
- Extract Seasons / Episodes
- Extract Previous And Next Episode
- Extract Movies Or Series From Paths
- And More ...
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
File details
Details for the file Py-EgyBest-Api-22.9.16.tar.gz
.
File metadata
- Download URL: Py-EgyBest-Api-22.9.16.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f992dce395adfba9d91add457c9111b61db9bedff9fbb23d535c2e00dcdc468b |
|
MD5 | ca13913d7bd105aab1457d6802cda640 |
|
BLAKE2b-256 | 4924246f8e3e196bb5d5ce21578cd0f0df6effc95116594dcd8e431d053ba02b |
File details
Details for the file Py_EgyBest_Api-22.9.16-py3-none-any.whl
.
File metadata
- Download URL: Py_EgyBest_Api-22.9.16-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3236c52cb30f43a6147e8b31593907d5e4310cbc8ab8287011a29867fc673007 |
|
MD5 | c4db552fd5e4acf4567c284bc13bcb97 |
|
BLAKE2b-256 | f57527e90a52580b2840997475c7beb7cfd419e3ba8d0564c4fada758e4b1b17 |