Skip to main content

A python module to retrieve information from Overseerr. Continued!

Project description

PyPI version

pyoverseerrcontinued

This is a project for retrieving information from an Overseerr instance using their API, this is the first project I'm taking up from someone else, as the last commit from vaparr was 3 years ago.

Installation

Run the following to install:

pip install pyoverseerrcontinued

Usage

Creating an object of your Overseerr instance

Note: You have to supply an api_key to successfully authenticate.

import pyoverseerr

overseerr = pyoverseerr.Overseerr(
    url="192.168.1.120:5055",
    api_key="pixf64thuh2m7kbwwgkqp52yznbj4oyo",
    language="en"
)

Authenticate

overseerr.authenticate()

Testing connection to Overseerr

try:
    overseerr.test_connection()
except pyoverseerr.OverseerrError as e:
    print(e)
    return

Retrieving data

movies = overseerr.movie_requests
tv = overseerr.tv_requests
music = overseerr.music_requests

total = overseerr.total_requests

Searching

# Searching for movies with "Movie Name on the first page"
movie_search = overseerr.search_movie("Movie Name", 1)
# Searching for movies with "TV show name on the second page"
tv_search = overseerr.search_tv("TV show name", 2)

Requesting

overseerr.request_movie("theMovieDbId")
overseerr.request_tv("theTvDbId", request_latest=True)

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

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

pyoverseerrcontinued-0.1.3.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

pyoverseerrcontinued-0.1.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pyoverseerrcontinued-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4fa3c5cc3f812d07f9ecc2e92b6e5a1e6c7e8ad01a09ee8412bb5f0eebd550fe
MD5 781a3969856d123339b96bef486a7b88
BLAKE2b-256 03bcdfac2665e82b572c6a8fdf0793fa238f3361dcb8859d06602e8b42aeec8d

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on hhochdev/pyoverseerrContinued

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

File details

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

File metadata

File hashes

Hashes for pyoverseerrcontinued-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2ea5654ca25c20df66b78eb3f8a2bbd60c6873a622e9a5530ea9d1ff6ca320d3
MD5 902ab5789865ee9f5c3fbac7ac6593cd
BLAKE2b-256 1d6a6b83f06b20c1faf50b1228aef681e3ed2732cae764c14f2c4a9ae0ec3c95

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on hhochdev/pyoverseerrContinued

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