Skip to content

Automatically expand your LinkedIn network with people from the companies you are interested in

Notifications You must be signed in to change notification settings

DvaKompota/LinkedIn-Autoconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Autoconnect application

Automatically expand your LinkedIn network by connecting with people that work in the companies you are interested in

Installation and running instructions:

1. To install the application on your local machine:

  • 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 the data directory a put your LinkedIn credentials there as follows:
    email = "your.email@gmail.com"
    password = "y0uR_pA$$worD"

2. Running scripts:

  • 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


Things to be added:

1. Single application runner file with simple text interface

2. Proper docstrings, in-line comments, and configuration documentation to provide easier transition for further development

About

Automatically expand your LinkedIn network with people from the companies you are interested in

Resources

Stars

Watchers

Forks