An asychronous mangadex API wrapper with updates and more!
Project description
Asynchronous MangaDex python API
An unofficial asynchronous python MangaDex API built with the JSON API and web scraping.
key features
- get data on any manga from mangadex
- get updates from mangadex main page
- get the mangas from anyone's list with a rss link
- get any chapter link from mangadex
Examples
#couple examples
import aiomangadexapi
import asyncio
async def get_manga():
session = await aiomangadexapi.login(username='username',password='password') # we login into mangadex
manga = await aiomangadexapi.search(session,'solo leveling') #search for solo leveling (will return the first result of the search on mangadex)
await session.close() #close the session
return manga
manga = asyncio.run(get_manga())
Documentation
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
aiomangadexapi-1.1.0.tar.gz
(4.5 kB
view details)
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 aiomangadexapi-1.1.0.tar.gz.
File metadata
- Download URL: aiomangadexapi-1.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84f7576c0f182ba183ebc952c983ea083d4f27dcb3b092bd1f307088163c897e
|
|
| MD5 |
7c65524679240152540897b25555ec02
|
|
| BLAKE2b-256 |
ef2e34be9ecfa54808b4b9dd74c3df4dc4a2eeb38dfb1e668a31bc4da12c1625
|
File details
Details for the file aiomangadexapi-1.1.0-py3-none-any.whl.
File metadata
- Download URL: aiomangadexapi-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cff4fb5fe18307101fc8917c12a04ede0c34057e610759a21785e2a3b32c855
|
|
| MD5 |
15184ef15bd03d27c9fddad7680bcccc
|
|
| BLAKE2b-256 |
fedd81581d1b633e6d45a3f110de8c6e00d1c3da2e1fc3b86cf3d2516068d32c
|