Extractor Module¶
Ultimate Extractor, extract information from given data
Usage
[-h] [--version] [-v] [-o FILENAME] [-e EXTRACTOR] filename
Arguments¶
Positional Arguments¶
| Filename: |
|
|---|
Optional Arguments¶
| -h: |
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| –version: |
|
||||||||||
| -v: |
|
||||||||||
| -o Filename: |
|
||||||||||
| -e Extractor: |
|
Examples¶
Using data.txt file and use all extractors:
>>> data.txtUsing data.txt file and use only email extractor:
>>> data.txt -e emailUsing data.txt file and extract only url to urls.txt file:
>>> code.txt -o urls.txt
Code¶
This module uses the Extractors Package