topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

Can't use self tokens anymore #62

Closed piqle closed 6 years ago

piqle commented 6 years ago

Due to updated ToS you're unable to pull your own token anymore.

Will there be a workaround for this?

ghost commented 6 years ago

Actually you ARE still able to get your token.

I've only tested this in chromium browser.

  1. Open Browser
  2. Navigate to https://discordapp.com/channels/@me
  3. Open Dev Tools (F12)
  4. Click the "Application" tab
  5. Under "Storage" open the "Local Storage" Drop down and click on the discord url item there
  6. at the bottom of the list you shouldnt see the token item
  7. refresh the page, and if you're quick you WILL be able to see the token pop up and you will be able to copy and paste it into the .yaml as required
piqle commented 6 years ago

Thanks :)

ekimekim commented 6 years ago

Just found this. Any chance of updating the README?