Skip to main content

Modern Python library for parsing anime data from jut.su website

Project description

Jut.su Scraper | jut-su.py

Modern Python library for parsing anime data from jut.su website.

Is currently under development, so some features may not work properly or may not work at all

PyPI Python Version License

Installation

pip install jut-su.py

Or from source:

git clone <repository-url>
cd jut.su-scrapper
pip install -r requirements.txt

Quick Start

from jutsu_scraper import JutsuClient

# Create client
client = JutsuClient()

# Get anime information
anime = client.get_anime("mayoiga")

if anime:
    print(f"Title: {anime.title}")
    print(f"Year: {anime.year}")
    print(f"Genres: {', '.join(anime.genres)}")
    print(f"Episodes: {len(anime.episodes)}")

Custom Headers

client = JutsuClient(
    timeout=30,
    headers={
        "Custom-Header": "value"
    },
    use_random_ua=True  # Use random User-Agent for each request (default: True)
)

Examples

See the examples/ directory for more detailed examples:

  • examples/basic_usage.py - Basic usage
  • examples/seasons_and_arcs.py - Working with seasons and arcs
  • examples/json_export.py - Exporting to JSON

Roadmap

Planned features for future releases:

  • 🎬 Video Downloading - Download anime episodes
  • 🔐 Authentication - User authentication and viewing achievements
  • 📖 Manga Support - Parse manga data from jut.su
  • 📺 Large Series Support - Enhanced support for long-running series

Requirements

  • Python 3.10+
  • requests>=2.31.0
  • beautifulsoup4>=4.12.0
  • lxml>=4.9.0
  • pydantic>=2.0.0
  • fake-useragent>=1.4.0

Contact me

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

jut_su_py-0.1.3.tar.gz (14.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jut_su_py-0.1.3-py3-none-any.whl (18.3 kB view details)

Uploaded Python 3

File details

Details for the file jut_su_py-0.1.3.tar.gz.

File metadata

  • Download URL: jut_su_py-0.1.3.tar.gz
  • Upload date:
  • Size: 14.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jut_su_py-0.1.3.tar.gz
Algorithm Hash digest
SHA256 dca81742a23733d9162d056e33e6721033e1cdfa991198116c86fd5d057db200
MD5 5afcf4ee8bb33f0fdc5045d5f85311b7
BLAKE2b-256 c5641eec3f3b5ff8efe7c3dff4f277f2144c17d0df3943857c897da6bad15b9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jut_su_py-0.1.3.tar.gz:

Publisher: publish.yml on wooslow/jut-su.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jut_su_py-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: jut_su_py-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jut_su_py-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3fcf289a924ae920c2bde12b3c51ac3699cd58f34fdacf3f8d9baff9f9045e8a
MD5 3332b69c0ab0dde416fa22abf8435a53
BLAKE2b-256 fbabd88001656703fced4d7f57e5e8814fb15635db122811fdd145bce61d9e78

See more details on using hashes here.

Provenance

The following attestation bundles were made for jut_su_py-0.1.3-py3-none-any.whl:

Publisher: publish.yml on wooslow/jut-su.py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page