SilentDemonSD / MyDramaList

Home Page:https://my-drama-list-tawny.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kuryana

A simple MyDramaList.com scraper api.

This scrapes on the go so it might be slow.

THIS SERVICE IS ONLY CREATED TO SATISFY THE NEED FOR AN API FOR [MYDRAMALIST.COM](https://mydramalist.com). THIS WILL BE STOPPED ONCE AN OFFICIAL API WILL BE RELEASED.

Deploy Your Own

Deploy with Vercel

API Use

https://kuryana.vercel.app/search/q/{yourquery}
https://kuryana.vercel.app/id/{mydramalist-slug}
https://kuryana.vercel.app/id/{mydramalist-slug}/cast
https://kuryana.vercel.app/id/{mydramalist-slug}/reviews
https://kuryana.vercel.app/people/{people-id}
https://kuryana.vercel.app/seasonal/{year}/{quarter}

Development

  • Using the vercel CLI (localhost:3000)
    vercel dev
    
  • uvicorn (localhost:8000)
    uvicorn api.main --reload
    

NOTE:

All Requests and SCRAPED Datas are not cached by Vercel or the API itself.

© TheBoringDude

About

https://my-drama-list-tawny.vercel.app

License:MIT License


Languages

Language:Python 100.0%