Python Overseerr Wrapper, A Python library for interacting with the Overseerr API's
Report Bug · Request Feature
Table of Contents
This project is a work in progress, the main branch is being developed on live, which may cause breaking changes until the first full release.
The library returns results in JSON format for ease of use, this also reduces the risk of failue when the APIs are updated.
Type hints and type models are in place where possible (this API has terrible circular dependencies which breaks python), if you notice missing items please create a request to have it fixed.
- Asynchronous
- Type Checking
- Status - Completed
- Discover - WIP
- Trending - Completed
- Media - WIP
- Get - Completed
- Update Status - Completed
- Delete
- Get Watch Data
- User - WIP
- Get - Completed
- Bulk Update - Completed
- Update
- Delete
AsyncPOW is built for Python 3.12, and initially the v1 Overseerr API
See the feature requests for a full list of requested features.
My projects arent possible without the support of the community, please consider donating a small amount to keep these projects alive.
Got something you would like to add? check out the contributing guide in the documentation
- Copyright © Total Debug.
Below are a list of resources that I used to assist with this project.
- None at this time