Skip to main content

A python wrapper for gdriveplayer.co API

Project description

GDrivePlayerAPI

A python wrapper for gdriveplayer.co API

Instructions

pip install gdriveplayer

Usage

The wrapper consists of 3 main classes.

  • GAnime
  • GMovie
  • GDrama

Each of those classes contain very similar methods.

GAnime

Methods

search(title: str | None = '', limit: int | str | None = 10, page: int | str | None = 1) -> List[Anime]

Search an Anime. Returns a list of Anime Objects.

The Anime Object consists of several attributes such as

  • id
  • title
  • poster
  • genre
  • summary
  • status
  • type
  • total_episode
  • sub
  • player_url

Example

from GDrivePlayer import GAnime

s = GAnime().search(title='Pokemon')

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

gdriveplayer-0.1.2.tar.gz (16.1 kB view hashes)

Uploaded Source

Built Distribution

gdriveplayer-0.1.2-py3-none-any.whl (18.2 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