Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 764 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 764 Bytes

PythonSample

PythonSample is a python application which uses Deezer's Native SDK to play a song once a user was authenticated.

Features

  • User authentication
  • Playing a Deezer content (track, album or playlist).

Build instructions

  • Download the latest version of the Deezer Native SDK
  • Unzip it and place the folder, renamed into NativeSDK, at the root of this repository, such as shown below:
<native-sdk-samples>
├── NativeSDK
│      ├── Bins
│      └── Include
├── PythonSample
└── README.md

Run this sample

> python app_start.py dzmedia:///CONTENT/CODE

To view a list of examples for the parameter:

> python app_start.py