Jukebox Slack App
Create an account in Slack.
Create a channel in Slack(eg name: Jukebox)
Create a bot in the slack(eg hello)
add the bot to the channel you have created
SLACK_CLIENT_ID,SLACK_CLIENT_SECRET,SLACK_VERIFICATION_TOKEN,SLACK_BOT_USER_TOKEN copy the respected tokens and names into your settings.py of your django project
create the api code which connects your app with the channel.
Goto to Slack Apps dashboard select your app and subscribe to events by URL.
Then scroll down to subscribe for channel message and direct message.