{"id":18663268,"url":"https://github.com/ronething/music-interface","last_synced_at":"2025-10-06T12:02:02.041Z","repository":{"id":44863878,"uuid":"181608295","full_name":"ronething/music-interface","owner":"ronething","description":"qq-music api python version","archived":false,"fork":false,"pushed_at":"2022-07-29T23:01:34.000Z","size":163,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-28T04:37:01.525Z","etag":null,"topics":["api","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ronething.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T03:30:46.000Z","updated_at":"2021-09-06T16:02:45.000Z","dependencies_parsed_at":"2022-08-27T23:11:22.593Z","dependency_job_id":null,"html_url":"https://github.com/ronething/music-interface","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ronething/music-interface","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fmusic-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fmusic-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fmusic-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fmusic-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ronething","download_url":"https://codeload.github.com/ronething/music-interface/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ronething%2Fmusic-interface/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265271367,"owners_count":23738226,"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":["api","python3"],"created_at":"2024-11-07T08:15:51.901Z","updated_at":"2025-10-06T12:01:57.002Z","avatar_url":"https://github.com/ronething.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# music-interface\n\n## !!!\n\n本接口仅用作学习交流之用, 请不要用在不正当手段。\n\n## Introduction\n\n- 最近在学一门课程 刚好需要某音乐网站的数据。so\n\n## Development\n\n在`app/config`下新建`secure.py`文件\n\n```python\nCACHE_CONFIG = {\n    'DEBUG': True,\n    'CACHE_TYPE': 'redis', # 可选类型参考 https://pythonhosted.org/Flask-Caching/#configuring-flask-caching\n    'CACHE_DEFAULT_TIMEOUT': 300,\n    'CACHE_REDIS_HOST': '127.0.0.1',\n    'CACHE_REDIS_PORT': 6379,\n    'CACHE_KEY_PREFIX': 'music_',\n}\n```\n\n如果 `CACHE_TYPE` 选用 `redis` 需要本机启用一个 `redis` 服务\n\n```\npipenv install\npipenv run python manage.py\n```\n\n## Deployment\n\n- ~~暂时未部署 菜🐔~~\n- 部署参考 [mp-music](https://github.com/ronething/mp-music)\n\n## DEMO SITE\n\n- 演示站点 [m.ronething.com](http://m.ronething.com/v3/api)\n- ⚠️ 学生机一台经不起折腾 仅作为演示站点 随时关闭。\n\n## API DOC\n\n[doc](./docs/api.md)\n\n## Acknowledgement\n\n- [musicInterface](https://github.com/openSourceApi/musicInterface)\n- [music-dl](https://github.com/0xHJK/music-dl)\n\n## TODO\n\n- [x] api doc\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fmusic-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fronething%2Fmusic-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fronething%2Fmusic-interface/lists"}