ProjectSakura / Mirai

A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Other
46 stars 30 forks source link

api help #20

Open Tetous opened 3 years ago

Tetous commented 3 years ago

Im trying to make my own anime api, if you are able to. Please explain your api.

singhayushh commented 3 years ago

The current API uses libraries like request and cheerio to scrape contents from some resourceful anime websites like gogoanime. Whenever there in an API call to any route, say /animelist the content is fetched via webscraping and is then passed to the frontend for rendering the animelist page.