Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.03 KB

GogoAnime API

This is a web scraper written using FastAPI and Python. It can be used to search and retrieve information related to Anime from the GogoAnime website.

The web scraper can be used by making HTTP requests to the various endpoints/routes. Each endpoint accepts different parameters, depending on the action it performs.

Requirements

  • Python 3.6+

  • FastAPI

  • uvicorn

Endpoints

  • /search/{query} - Search for Anime by title

  • /anime/{anime_id} - Get detailed information about an Anime

  • /new-season/{page_no} - Get a list of Anime from the latest season

  • /streaming-links/{anime_id}/{episode_no} - Get streaming links for a particular episode

  • /home/{page} - Get a list of Anime from popular lists

  • /download/{anime_id}/{episode_no} - Get a list of Anime download links from particular episode

Installation

pip install -r requirements.txt

Usage

uvicorn main:app --reload

And Then Go to http://127.0.0.1:8000 for docs