-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from djackreuter/add_jitter
Add jitter
- Loading branch information
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ LinkedInDumper talks with the unofficial LinkedIn Voyager API, which requires au | |
## 🎓 Usage | ||
|
||
```` | ||
usage: linkedindumper.py [-h] --url <linkedin-url> [--cookie <cookie>] [--quiet] [--include-private-profiles] [--email-format EMAIL_FORMAT] | ||
usage: linkedindumper.py [-h] --url <linkedin-url> [--cookie <cookie>] [--quiet] [--include-private-profiles] [--jitter] [--email-format EMAIL_FORMAT] | ||
options: | ||
-h, --help show this help message and exit | ||
|
@@ -45,7 +45,9 @@ options: | |
--quiet Show employee results only | ||
--include-private-profiles | ||
Show private accounts too | ||
--email-format Python string format for emails; for example: | ||
--jitter Add a random jitter to HTTP requests | ||
--email-format EMAIL_FORMAT | ||
Python string format for emails; for example: | ||
--email-format '{0}.{1}@example.com' --> [email protected] | ||
--email-format '{0[0]}.{1}@example.com' --> [email protected] | ||
--email-format '{1}@example.com' --> [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters