aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2023-03-09 18:48:16 -0500
committerRobbie Harwood <rharwood@redhat.com>2023-03-13 09:47:55 -0400
commit1de68f913458c3b7db992b7a6e16558775aa96a8 (patch)
treee8f94e0bef96b2c7271ddda04872ae79a5828272 /README.md
parenta8fd46bb50fdfa30d4dabf634dcc26749c9864a8 (diff)
downloadwee-slack-1de68f913458c3b7db992b7a6e16558775aa96a8.tar.gz
extract_token_from_browser: use new local storage path
webappsstore.sqlite seems to be deprecated, and firefox is migrating to per-page locations. The values inside the database can be snappy-compressed, so handle decoding with a new dependency on python-snappy. Suggested by Trygve Aaberge. Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1e870e..74ea2aa 100644
--- a/README.md
+++ b/README.md
@@ -207,6 +207,8 @@ get the tokens and cookies for all the teams you're logged into:
./extract_token_from_browser.py firefox
```
+(Note this script requires the python3-snappy library.)
+
#### Optional: Connecting to multiple teams
You can run the register command multiple times to connect to multiple teams.