Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 769 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 769 Bytes

RapportiveLookup

RapportiveLookup

1. Description

Ask me for the tip

2. Usage

  • Clone the repository :)
  • In the repository pip install -r requirement.txt
  • In command line example python.py /path/to/my/csv/of/emails.csv /path/to/csv/of/results.csv --header --email-position 2
usage: app.py [-h] [--header] [--no-header] [--email-position EMAIL_POSITION]
              INPUT_PATH OUTPUT_PATH

positional arguments:
  INPUT_PATH
  OUTPUT_PATH

optional arguments:
  -h, --help            show this help message and exit
  --header
  --no-header           (default: True)
  --email-position EMAIL_POSITION, -e EMAIL_POSITION
                        (default: 2)

Then the program will ask for a token to start, and each time it needs a new one.