Automatically expand your LinkedIn network by connecting with people that work in the companies you are interested in
- clone the repo from GitHub to your local machine
- run setup.sh file in your local repo directory:
./setup.sh
- create a
credentials.py
file in thedata
directory a put your LinkedIn credentials there as follows:
email = "your.email@gmail.com"
password = "y0uR_pA$$worD"
- to revoke previously sent invites, older than X (default: 1 month) run:
./modules/withdraw_old_invites.py
- to send invites using LinkedIn search by companies from
config.py
run:
./modules/subscribe_from_search.py
- if you ran out of searches, you still can send invites from profile pages of your 1st circle contacts, who work in companies from
config.py
:
./modules/subscribe_from_profiles.py