Skip to main content

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.

Version License

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

https://github.com/Mudy7/aiomangadexapi

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

aiomangadexapi-1.1.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

aiomangadexapi-1.1.0-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page