lambtron / emojipacks

CLI to bulk upload emojis to your Slack
https://emojipacks.com
MIT License
1.32k stars 198 forks source link

Fixing api token and updating to resolve vulverabilities #166

Open mstrenz opened 5 years ago

mstrenz commented 5 years ago

@lambtron tried fixing with pure regex

musaprg commented 5 years ago

@lambtron Could you review & merge this PR? This changes must be merged for working emojipacks well and safely.

musaprg commented 5 years ago

related to #164

binury commented 5 years ago

This errored for me when testing:

Uh oh! Error: Application Error: unable to find api token on login page
(node:49647) UnhandledPromiseRejectionWarning: Error: Application Error: unable to find api token on login page
Gavitron commented 5 years ago

I think that since this regex fix was written, slack has changed their login page/process significantly. when I dump the contents of res[0].body at the error, there is no boot_data variable.