diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-29 00:22:39 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-29 22:14:45 +0200 |
commit | eebbf1dc8af15c2ef233d18277cadda04affdd72 (patch) | |
tree | 581bb33967dcc6168aa0a5b6481d32a65a02624d | |
parent | deb44a8344024f230e3ab62e9139924f0f1aa1f4 (diff) | |
download | wee-slack-eebbf1dc8af15c2ef233d18277cadda04affdd72.tar.gz |
Remove examples from top of extract_token_from_browser.py
The script prints usage if you run it with --help, so I don't see a need
for these examples. The examples are likely to get outdated when the
script options are changed, so I rather not have them there.
-rwxr-xr-x | extract_token_from_browser.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extract_token_from_browser.py b/extract_token_from_browser.py index 37549b4..fdb58c5 100755 --- a/extract_token_from_browser.py +++ b/extract_token_from_browser.py @@ -1,8 +1,4 @@ #!/usr/bin/env python3 -# Examples: -# python ./extract_token_from_browser.py chrome --profile="Profile 2" \ -# --token=xoxc-foo-bar -# python ./extract_token_from_browser.py firefox-snap --token=xoxc-baz import argparse import json |