diff options
author | Robbie Harwood <rharwood@redhat.com> | 2023-03-09 18:48:16 -0500 |
---|---|---|
committer | Robbie Harwood <rharwood@redhat.com> | 2023-03-13 09:47:55 -0400 |
commit | 1de68f913458c3b7db992b7a6e16558775aa96a8 (patch) | |
tree | e8f94e0bef96b2c7271ddda04872ae79a5828272 /README.md | |
parent | a8fd46bb50fdfa30d4dabf634dcc26749c9864a8 (diff) | |
download | wee-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |