Unofficial wrapper anime from oploverz.in
Project description
PyOpLoverz💓
Unofficial wrapper from oploverz.in, this will get detail and stream about anime
Language
Installing
Using clone
git clone https://github.com/dyseo/PyOpLoverz
cd PyOpLoverz
python3 setup.py install
From pypi
pip install pyoploverz
Example
from pyoploverz import OpzApi
query = "naruto"
page = 1
ex_url = "https://www.oploverz.in/boruto-naruto-next-generations-90-subtitle-indonesia/"
api = OpzApi(return_as="rpc")
#change 'return_as' to 'dict' if you want result as dict
Search anime with query
print(api.search_anime(query=query, page=page))
Get detail from url anime
print(api.detail_anime(urls=url))
Get lasted update
print(api.lasted_anime(page=page))
Get all data from one page
print(api.multi_detail(query=query, page=page))
#NOTE: i recommend this method only using dict for returning.
#rpc style make it hard for parsing
Tested at 19:30 Fri 4,2019 Search method using rpc style
Author
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyoploverz-0.0.4.tar.gz
(5.0 kB
view details)
Built Distribution
File details
Details for the file pyoploverz-0.0.4.tar.gz
.
File metadata
- Download URL: pyoploverz-0.0.4.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.12.5 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 204f52986e7aa8782bb422b638d301bc358b8026d0a8a23f3d517c54f7fa0d13 |
|
MD5 | 396df47cba4714f89a4b3f351518a8f9 |
|
BLAKE2b-256 | 2e07e4b2ad1541fa957c6af9eaa69c403fdcd0fd9a24bb022bb5dca5d026b1c2 |
File details
Details for the file pyoploverz-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pyoploverz-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.12.5 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67f32dda22719879db83a178b2262cab7b5e17e728827fe062955270e1cee535 |
|
MD5 | 8f1b0926dff9d8a492e9d7945c3a98b9 |
|
BLAKE2b-256 | ff1f1ef66891d4683fc882a0120c00944b2b0757ffaf5838d537a51f32fefe61 |