将 Spotify API 与 Django 一起使用并做出反应

Using Spotify API with Django and react

我正在用 Django 试验 Spotify API,最近发现除非你有高级帐户,否则你无法控制播放。有没有办法使用 React 将音乐从 Spotify 流式传输到组件中,就像不和谐机器人如何在语音通道中播放来自 Spotify 的音乐一样?如果这不起作用,是否有任何其他方法可以实现同样的目标?

根据@rohan-asokan 的建议,Spotify 回放 api 仍处于测试阶段,即使您使用它,也只有高级用户才能使用您构建的应用程序,现在声音云开发应用程序是暂停。

SoundCloud Application Registration Due to the high amount of requests recently received, we will no longer be processing API application requests at this time. We are working to re-evaluate our process to make it more efficient.

因此,如果您有兴趣创建自己的平台,我认为您应该关注 this 文章。