We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327ef4d commit 3a5b9bfCopy full SHA for 3a5b9bf
README.md
@@ -80,9 +80,12 @@ Examples
80
* ./EmailHarvester.py -d example.com -e twitter
81
* ./EmailHarvester.py -d example.com -e googleplus
82
83
-**Search in all engines**
+**Search in all engines/sites**
84
* ./EmailHarvester.py -d example.com -e all
85
86
+**Search in all engines/sites but exclude some**
87
+* ./EmailHarvester.py -d example.com -e all -r twitter,ask
88
+
89
**Limit results**
90
* ./EmailHarvester.py -d example.com -e all -l 200
91
0 commit comments