Skip to main content

bs4 web scrapping api for shinden.pl

Project description

shinden.py Build Status GitHub GitHub last commit PyPI

bs4 based web scrapping api for shinden.pl

Required libraries:

  • BeautifulSoup4
  • requests
  • pytest (for testing)

Usage

Installation

Using pip:

pip install shinden

Result

Results are returned using Result object with following attributes:

  • title: the title of the series,
  • tags: list of tags,
  • ratings: dict of specific ratings,
  • type: type of series,
  • episodes: number of episodes,
  • status: status of series (eg. ongoing, finished)
  • top_score: overall score
  • url: url to the shinden.pl page of the series
  • cover_url: url to the cover image
  • search_url: url from which the result was extracted

Example

Importing with import alias

import shinden as sh

Generating a list of Result objects based on first page of shinden search engine

anime_list = sh.search_titles('alchemist')

#    [a list of Result objects]

Getting the title of the first result

anime_list[0].title

#    "Fullmetal Alchemist" 

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

shinden-0.5.tar.gz (8.4 kB view details)

Uploaded Source

File details

Details for the file shinden-0.5.tar.gz.

File metadata

  • Download URL: shinden-0.5.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.4

File hashes

Hashes for shinden-0.5.tar.gz
Algorithm Hash digest
SHA256 c3d46bb798e97d449848fc7e40df89cd70b4354b1f8506624a03bb1154939089
MD5 233f594b9bc2b2763e2369a69fc28d82
BLAKE2b-256 594bef7debb4bcf00108817fc97939c85b2e150caed3bfd202a8d9b78cad66bb

See more details on using hashes here.

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