-
Python's virtual environment is activated
source env/bin/activate
-
All linkedin PDFs are in the same directory as the scrape.py and virtual environment
The linkedin profiles must be located in a folder called
download
The program is run with a simple command.
python scrape.py
This will generate a file of the format processed_data_x.csv
where x
is replaced by a number.
The .csv file can be opened in xcel.
Hope you enjoy!