Skip to content

Automatically send LinkedIn connection invitation to 2nd connections who are your alumni, just for fun, no commercial use.

License

Notifications You must be signed in to change notification settings

WSpie/Linkedin_2nd_connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin_2nd_connection (Chrome only now)

This project aims to automatically send connection requests to your 2nd connections who are also your alumni judging based on your highlights. Each candidate set 30s timeout. To run this code, your python version should be 3.7/8/9/10/11.

Set up (Tested OS: Windows (Highly Recommended), Linux)

Pip install required packages

pip install -r requirements.txt
username: user@email.com
password: pwd
school: ABC University # We will determine alumni based on the name of school, so be careful of typos

Edit greeting text if needed

Hi ?name?
I noticed you are also in the ?school? Alumni networking group here on LinkedIn, and I really hope to have one of your connections. Best regards.

?name? will be pending connector's First name and ?school? will be identical to the school name you configurated here.

Run the code

python run.py  --headless [bool: False] --config [path: 'config.yaml'] --request-num [int: 20] --greet-txt [path: greeting_alumni.txt]
  • --headless: hide browser while operating, browser will auto operate when set False
  • --request-num: the number of requests you want to send

The whole flow can be prsented by demo_processed.mp4

demo_processed.mp4
DevTools listening on ws://127.0.0.1
Easy login
user@email 2024-02-17 21:41:20,446 INFO [1/n]: Sent request to User1
user@email 2024-02-17 21:41:34,001 INFO [2/n]: Sent request to User2
...
user@email 2024-02-17 21:45:30,078 INFO Sent n connection invitations! Job Done!

Waiting for new connections coming

If you operate properly.

Warnings

  • After multiple attempts in a short time, you may encounter login problem requiring you to verify your email. We will add auto verification function in the future.

  • If you are not Premium member, you will only have limited connection requests to send and it will show this image if you reached the limits.

Reach_limits
  • If you are already a Premium member, LinkedIn official may ask you to check the unusual activities caused by a great amount of user profiles viewing. Use this program rationally.
banned

About

Automatically send LinkedIn connection invitation to 2nd connections who are your alumni, just for fun, no commercial use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages