eritislami / evobot

🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
MIT License
1.85k stars 2.01k forks source link

How to create soundcloud client id #93

Closed RakibHasanMunna1 closed 4 years ago

RakibHasanMunna1 commented 4 years ago

Screenshot_20200624-140356

mmoomocow commented 4 years ago

see this project for how to get one without the google form

RakibHasanMunna1 commented 4 years ago

Not working ☹️

mmoomocow commented 4 years ago

Are you signed into an account?

RakibHasanMunna1 commented 4 years ago

Are you signed into an account?

Yes

paraswtf commented 4 years ago

It will appear as <action-on-website>?client_id=something whenever you play a song or do something on their website, hope it helps @RakibHasanMunna1

mmoomocow commented 4 years ago

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
    https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  9. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters
RakibHasanMunna1 commented 4 years ago

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  1. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters

Mobile user

eritislami commented 4 years ago

Mobile user

We can't help you with that, read the readme & try googling your problems.

Klubuntu commented 1 year ago

Here is a step-by-step guide

  1. sign in to an account
  2. go to any page
  3. open developer tools (ctrl/cmd + shift + i)
  4. open the Network tab
  5. reload page
  6. look for anything that has ?client_id=
  7. click on that request and look at headers
  8. look for the url
https://api-v2.soundcloud.com/me/play-history/tracks?client_id=SomeStringOfNumbersAndLetters&limit=25&offset=0&linked_partitioning=1&app_version=1593096385&app_locale=en
  1. copy the client id, in the URL above it is SomeStringOfNumbersAndLetters

Thanks ✅