Skip to content

Commit

Permalink
Merge pull request smashwilson#8 from kvarga/fix-readme
Browse files Browse the repository at this point in the history
Fix readme for cookies
  • Loading branch information
kvarga authored Aug 2, 2016
2 parents 03998fc + da4a1d3 commit 7b69a64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ pip install -r requirements.txt

You'll need to provide your team name (the bit before ".slack.com" in your admin URL) and your session cookie (grab it from your browser). Copy `.env.example`, fill them in, and source it.

To grab your Slack session cookie, [open your browser's javascript console](http://webmasters.stackexchange.com/a/77337) and copy the value of `document.cookie`
To grab your Slack session cookie:
* [Open your browser's dev tools](http://webmasters.stackexchange.com/a/77337) and copy the value of `document.cookie`
* Go to the Network tab
* Re-load page like https://{teamname}.slack.com/customize/emoji
* Find call to `emoji` (it is most likely the very top request)
* Scroll to `Request-Headers` and copy the value of Cookie and add to .env

```bash
cp .env.example .env
Expand Down

0 comments on commit 7b69a64

Please sign in to comment.