The LinkedIn script follow_li.py
will send a invitation for each user passed in csv file.
-
Place your .csv file in this repo's root directory.
-
Install Linux:
sudo apt-get install python-pip
. -
Install Python dependencies: Navigate to root directory of repo and in terminal type
pip install -r requirements.txt
-
Install
chromedriver
. Mac OS:brew install chromedriver
. Linux: http://stackoverflow.com/a/24364290 -
Execute scripts:
- In the terminal type
python follow_li.py
orpython3 follow_li.py
Some people's LinkedIn handles may be missing, contain typos or have already been followed. Feedback will be provided in the terminal when running the script.
_