A simple API wrapper for wlnupdates
Project description
wlnupdates-api.py
A simple API wrapper for wlnupdates to get json data based on ID.
Installation
Install via pip (recommended)
python3 -m pip install wlnupdates-api
Wrapper
All Wrapper functions only accepts ID as param
| Wrapper param | Value | Description |
|---|---|---|
| ID | String (optional) | ID for the novel/series you're requesting |
from wlnupdates-api import Wrapper
data = Wrapper()
print(data.get_series_data('3')
Search
| title_search param | Value | Description |
|---|---|---|
| name | String (required) | Name for the novel/series you're requesting |
| similarityNum | Float (optional) | This param will output any lists with a value above the number you entered. |
| fullList | Boolean (optional) | If true, will output clean list with match(similarity num, name) and sid(series ID) |
Usage for Search
from wlnupdates-api import Search
data = Search()
print(data.title_search(name, similarityNum=0, fullList=False))
Contributing
Contributions are always welcome!
Take a look at any existing issues on this repository for starting places to help contribute towards, or simply create your own new contribution to the project.
When you are ready, simply create a pull request for your contribution and we will review it whenever we can!
- If you have an issue, please create a GitHub issue here to report it, include as much detail as you can.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wlnupdates-1.0.5.tar.gz.
File metadata
- Download URL: wlnupdates-1.0.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
476d6ba59b1229b31f7d0866dd18ccfcb0decda09f5667d1cb5f2d7dd75b1020
|
|
| MD5 |
2bad0f83a791594197107d5ade990454
|
|
| BLAKE2b-256 |
b585747a58d1618e236a898d46ade92ab94ad502eb200f0da8e2f7268950ddbe
|
File details
Details for the file wlnupdates-1.0.5-py3-none-any.whl.
File metadata
- Download URL: wlnupdates-1.0.5-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0417c030f5e541a3b7346b7ce1d19f68cdaf7d6470647a0d410a5211eec95557
|
|
| MD5 |
951839e27d4de3708d3155fffc2429dd
|
|
| BLAKE2b-256 |
528101b13200f4be93c7f944dcb46802e67cc8c9ddcfd1f1097d28095818ea30
|