Giter Site home page Giter Site logo

music-interface's Introduction

music-interface

!!!

本接口仅用作学习交流之用, 请不要用在不正当手段。

Introduction

  • 最近在学一门课程 刚好需要某音乐网站的数据。so

Development

app/config下新建secure.py文件

CACHE_CONFIG = {
    'DEBUG': True,
    'CACHE_TYPE': 'redis', # 可选类型参考 https://pythonhosted.org/Flask-Caching/#configuring-flask-caching
    'CACHE_DEFAULT_TIMEOUT': 300,
    'CACHE_REDIS_HOST': '127.0.0.1',
    'CACHE_REDIS_PORT': 6379,
    'CACHE_KEY_PREFIX': 'music_',
}

如果 CACHE_TYPE 选用 redis 需要本机启用一个 redis 服务

pipenv install
pipenv run python manage.py

Deployment

  • 暂时未部署 菜🐔
  • 部署参考 mp-music

DEMO SITE

  • 演示站点 m.ronething.com
  • ⚠️ 学生机一台经不起折腾 仅作为演示站点 随时关闭。

API DOC

doc

Acknowledgement

TODO

  • api doc

music-interface's People

Contributors

dependabot[bot] avatar ronething avatar

Stargazers

 avatar  avatar

Watchers

 avatar

music-interface's Issues

歌手页面

  • all
https://u.y.qq.com/cgi-bin/musicu.fcg?-=getUCGI6673943479592193&g_tk=1102188849&loginUin=178965100&hostUin=0&format=json&inCharset=utf8&outCharset=utf-8&notice=0&platform=yqq.json&needNewCode=0&data=%7B%22comm%22%3A%7B%22ct%22%3A24%2C%22cv%22%3A0%7D%2C%22singerList%22%3A%7B%22module%22%3A%22Music.SingerListServer%22%2C%22method%22%3A%22get_singer_list%22%2C%22param%22%3A%7B%22area%22%3A-100%2C%22sex%22%3A-100%2C%22genre%22%3A-100%2C%22index%22%3A-100%2C%22sin%22%3A0%2C%22cur_page%22%3A1%7D%7D%7D
  • 内地
https://u.y.qq.com/cgi-bin/musicu.fcg?-=getUCGI903300942843164&g_tk=1102188849&loginUin=178965100&hostUin=0&format=json&inCharset=utf8&outCharset=utf-8&notice=0&platform=yqq.json&needNewCode=0&data=%7B%22comm%22%3A%7B%22ct%22%3A24%2C%22cv%22%3A0%7D%2C%22singerList%22%3A%7B%22module%22%3A%22Music.SingerListServer%22%2C%22method%22%3A%22get_singer_list%22%2C%22param%22%3A%7B%22area%22%3A200%2C%22sex%22%3A-100%2C%22genre%22%3A-100%2C%22index%22%3A-100%2C%22sin%22%3A0%2C%22cur_page%22%3A1%7D%7D%7D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.