{"id":28561765,"url":"https://github.com/metastag/kitsupy","last_synced_at":"2025-06-10T11:30:36.297Z","repository":{"id":62574305,"uuid":"375627515","full_name":"MetaStag/kitsupy","owner":"MetaStag","description":"A simple api wrapper for the kitsu api written in python","archived":false,"fork":false,"pushed_at":"2021-06-10T13:20:19.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T13:41:34.893Z","etag":null,"topics":["anime","api-wrapper","kitsu","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/kitsupy/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MetaStag.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-10T08:33:45.000Z","updated_at":"2021-11-19T19:33:41.000Z","dependencies_parsed_at":"2022-11-03T18:40:53.380Z","dependency_job_id":null,"html_url":"https://github.com/MetaStag/kitsupy","commit_stats":null,"previous_names":["metastag/pykitsu"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaStag%2Fkitsupy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaStag%2Fkitsupy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaStag%2Fkitsupy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaStag%2Fkitsupy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaStag","download_url":"https://codeload.github.com/MetaStag/kitsupy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaStag%2Fkitsupy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259066569,"owners_count":22800156,"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":["anime","api-wrapper","kitsu","python"],"created_at":"2025-06-10T11:30:34.473Z","updated_at":"2025-06-10T11:30:36.290Z","avatar_url":"https://github.com/MetaStag.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**[As of March 2025, this project is officially archived, as it has been unmaintained for years, there's no guarantee it will work anymore, proceed at your own risk]**\r\n\r\n# kitsupy\r\n\r\nkitsupy is a simple api wrapper for the [kitsu](https://kitsu.io/explore/anime) api written in python. It should work without any problems on any reasonably recent version of python.\r\n\r\n### Installation\r\nkitsupy can be installed from pypi\r\n```bash\r\n$ pip install kitsupy\r\n```\r\n\r\n### Dependencies\r\nThis module requires only one external module, `requests`, which should be installed by-default with python. In case it's not, you can install it with pip:\r\n```bash\r\n$ pip install requests\r\n```\r\n\r\nNote that when you install `kitsupy`, it automatically checks whether you have `requests` installed and if not, it installs it automatically, so you technically don't have to do anything.\r\n\r\n### Example\r\n```py\r\n\u003e\u003e\u003e import kitsupy # import the module\r\n\u003e\u003e\u003e kitsupy.search('anime', 'bakemonogatari')\r\n{'count': 2, '3919': 'Bakemonogatari', '4800': 'Bakemonogatari Recap'}\r\n\u003e\u003e\u003e # A dictionary is returned, from where we can get the id of the anime\r\n\u003e\u003e\u003e kitsupy.get_info('anime', 3919) # Taking the id from the above dictionary\r\n{'createdAt': '2013-02-20T17:00:18.998Z', 'updatedAt': '2021-06-10T06:00:15.132Z', 'slug': 'bakemonogatari', 'synopsis': '#long description', 'coverImageTopOffset': 20, 'titles': {'en': 'Bakemonogatari', 'en_jp': 'Bakemonogatari', 'ja_jp': '化物語'}, 'canonicalTitle': 'Bakemonogatari', 'abbreviatedTitles': ['Ghostory']}\r\n\u003e\u003e\u003e # Note that a lot more data is returned in the dictionary, but for the sake of keeping it simple, the dictionary has been truncated here\r\n```\r\n\r\n### Docs\r\nThe documentation can be found [here](https://github.com/MetaStag/kitsupy/wiki)\r\n\r\n### License\r\nThis project can been licensed under the [MIT](https://github.com/MetaStag/kitsupy/blob/main/LICENSE) license.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastag%2Fkitsupy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetastag%2Fkitsupy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetastag%2Fkitsupy/lists"}