Skip to content

Elvpatic/qqmusic-api-cxx

 
 

Repository files navigation

QQMusic API CXX

这是使用C++进行封装的部分QQMusic API, 被用于项目qqmusic-cli

Brief introduction

基于项目QQMusicApi

Dependencies

  • boost asio (for async and coroutine)

  • boost beast (for make requests)

  • botan (for crypto)

  • zlib (for decompress)

  • nlohmann-json (for encode and decode json)

Build

CMake

xmake(Not Usable Yet)

About

QQMusic API written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 1.7%
  • Other 1.4%