Skip to content

scyron6/linkedin_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a scraper to get the name and email address from all of your LinkedIn connections.

This project uses poetry so navigate to the project directory and run "poetry init". To run the scraper you will need to create a .env file and put two variables in it as shown below.

LINKEDIN_USERNAME=your_username_here
LINKEDIN_PASSWORD=your_password_here

Finally, to run just use './scrape' from the parent directory, 'linkedin-scraper'.

About

Get name and email from all LinkedIn connections. Uses the request library and not Selenium.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages