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.
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.
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 setFalse
--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!
If you operate properly.
-
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.
- 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.