{"id":22190040,"url":"https://github.com/elitemastereric/tvdbpython","last_synced_at":"2025-03-24T20:29:08.204Z","repository":{"id":139118168,"uuid":"46588899","full_name":"EliteMasterEric/tvdbpython","owner":"EliteMasterEric","description":"An unoffical TheTVDB python client library","archived":false,"fork":false,"pushed_at":"2015-11-20T21:56:23.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T00:46:34.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EliteMasterEric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-20T21:55:03.000Z","updated_at":"2015-11-20T21:56:24.000Z","dependencies_parsed_at":"2023-03-13T19:21:47.463Z","dependency_job_id":null,"html_url":"https://github.com/EliteMasterEric/tvdbpython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Ftvdbpython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Ftvdbpython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Ftvdbpython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EliteMasterEric%2Ftvdbpython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EliteMasterEric","download_url":"https://codeload.github.com/EliteMasterEric/tvdbpython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245346610,"owners_count":20600345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T11:41:58.634Z","updated_at":"2025-03-24T20:29:08.170Z","avatar_url":"https://github.com/EliteMasterEric.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TVDBPython\n===========\n\nAn unofficial Python client for [TheTVDB.com](http://thetvdb.com/). It can be used to\ninteract with the TVDB API in your projects, allowing you to, simply given a show's name,\nretrieve information such as lists of actors or episode air dates.\n\nThis project is adapting as TheTVDB creates its new RESTful API.\nThe beta documentation can be found [here](https://api-beta.thetvdb.com/swagger).\n\nYou must [register](http://thetvdb.com/?tab=apiregister) your client with the TVDB API, and provide the api key to\nmake most requests to the API. See the [Programmer API](http://www.thetvdb.com/wiki/index.php/Programmers_API) page\nfor more information. \n\nThis project and its structure are based heavily on [ImgurPython](https://www.github.com/Imgur/ImgurPython)\n\nRequirements\n------------\n\n- Python \u003e= 2.7\n- [requests](http://docs.python-requests.org/en/latest/user/install/)\n\nTVDB API Documentation\n-----------------------\n\nTVDB's API documentaiton can be found [here](http://www.thetvdb.com/wiki/index.php/Programmers_API).\n\nSupport\n---------\n\nFor API support, please [submit an issue](https://github.com/Imgur/imgurpython/issues/).\n\nInstallation\n------------\n\nThe project will be eventually available on [PyPI](), allowing for easy installation.\nYou can use pip or easy_install to install the library.\n\n    pip install tvdbpython\n    easy_install tvdbpython\n    \nProject Goals\n------------\n\nThe TVDBPython library has several goals we attempt to follow during development.\n\n* Simplicity\nTVDBPython code should be easy to understand and use.\nMethod names should be self-explanatory, code should be kept clean\nby following the [Google Style Guide](https://github.com/google/styleguide), and popular actions\nshould not be convoluted or hard to do.\n    \n* Documentation\nTVDBPython code should be very well documented.\nThe code's docstrings (created/verified with doctest), the wikis,\nand the README files should be easily read, easily navigated,\nand provide sufficient, up-to-date information for all methods.\nThe docstrings are compliant with can be accessed by viewing the library's code,\nor by running help(object) on any of the client's methods or objects.\n    \n* Openness\nThe TVDBPython library is available on GitHub under the GNU GPL v3 license.\nAll aspects of the library's code will remain open-source and fully accessible.\n    \n* Reduced Load\nThe TVDBPython library is designed to reduce bandwidth and data usage where possible.\nUsing generators, it should only retrieve data when requested, and also retrieve\ncompressed zip files, further reducing server load.\n    \n* Flexibility\nTheTVDB is a changing platform, and new features can be added at any time.\nTVDBPython is designed to be easily expanded, such that new methods or\nfeatures can be implemented easily, without destroying existing\nprojects or code.\n\nLibrary Usage\n------------\n\nView examples of library usage on our [wiki]().","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felitemastereric%2Ftvdbpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felitemastereric%2Ftvdbpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felitemastereric%2Ftvdbpython/lists"}