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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyoploverz-0.0.4-py3-none-any.whl (6.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pyoploverz-0.0.4.tar.gz (5.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pyoploverz-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67f32dda22719879db83a178b2262cab7b5e17e728827fe062955270e1cee535 |
|
MD5 | 8f1b0926dff9d8a492e9d7945c3a98b9 |
|
BLAKE2-256 | ff1f1ef66891d4683fc882a0120c00944b2b0757ffaf5838d537a51f32fefe61 |