Skip to content

solvercircle/linkedin-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-scraper

Gets login to LinkedIn. Send LinkedIn Connection and Message. Endorse LinkedIn Profile

Installation

pip3 install selenium
pip3 install argparse
pip3 install beautifulsoup4

Usage

python main.py --is_manual_login 0 --linkedin_email [email protected] --linkedin_password your_linkedin_password --linkedin_profile_to_scrap "https://www.linkedin.com/in/profile-handle/" --operation connect --message none
  • --is_manual_login: Accept 0 or 1. Put 0 when you want to login automtically. Put 0 for login manually.
  • --linkedin_email: LinkedIn login email
  • --linkedin_password: LinkedIn login password
  • --linkedin_profile_to_scrap: LinkedIn profile that you want to connect or send message or endorse
  • --operation: Accepted values are "connect", "message" and "endores". Mention which operation you want to do
  • --message: If --operation=message then mention what message you want to send. Otherwise, pass "none"

Debuggin on VSCode

Please put the following arguments in your launch.json IMG-20240531-WA0000

About

Gets login to LinkedIn. Send LinkedIn Connection and Message. Endorse LinkedIn Profile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages