{"id":34020961,"url":"https://github.com/deadblue/py115","last_synced_at":"2026-03-12T15:01:29.011Z","repository":{"id":162102841,"uuid":"620807272","full_name":"deadblue/py115","owner":"deadblue","description":"A Python API SDK of 115 cloud storage.","archived":false,"fork":false,"pushed_at":"2024-12-06T15:53:44.000Z","size":172,"stargazers_count":38,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-12-15T04:38:58.450Z","etag":null,"topics":["115","cloud-storage","sdk-python"],"latest_commit_sha":null,"homepage":"","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/deadblue.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-29T12:12:52.000Z","updated_at":"2025-10-20T18:01:59.000Z","dependencies_parsed_at":"2023-11-18T03:26:14.297Z","dependency_job_id":"d793006f-456f-44d0-8d79-3757ea1da89c","html_url":"https://github.com/deadblue/py115","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/deadblue/py115","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadblue%2Fpy115","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadblue%2Fpy115/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadblue%2Fpy115/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadblue%2Fpy115/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deadblue","download_url":"https://codeload.github.com/deadblue/py115/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deadblue%2Fpy115/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30429288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["115","cloud-storage","sdk-python"],"created_at":"2025-12-13T15:35:56.234Z","updated_at":"2026-03-12T15:01:29.004Z","avatar_url":"https://github.com/deadblue.png","language":"Python","readme":"# PY115\n\nA Python API SDK of 115 cloud storage service.\n\n**Version 0.1.x is under development.**\n\n## Example\n\n```python\nfrom py115 import Cloud\n\n# Connect to cloud\ncloud = Cloud(credential={\n    'UID':  'UID-value-in-cookie',\n    'CID':  'CID-value-in-cookie',\n    'KID':  'KID-value-in-cookie',\n    'SEID': 'SEID-value-in-cookie',\n})\n\n# Get storage service\nstorage = cloud.storage()\n# Get file list under root directory\nfor file in storage.list_files(dir_id='0'):\n    print('File: %r' % file)\n\n# Get offline service\noffline = cloud.offline()\n# Get task list\nfor task in offline.list():\n    print('Task: %r' % task)\n# Add task by download URLs\noffline.add_urls(\n    'magnet:?xt=urn:btih:000123456789abcdef1151150123456789abcdef',\n    'ed2k://|file|ED2k-file|115115115|1234567890abcdef1234567890abcdef|/',\n    'https://dl.some-server.com/some/file.ext'\n)\n```\n\n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadblue%2Fpy115","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeadblue%2Fpy115","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeadblue%2Fpy115/lists"}