LinkedIn Email Scraper Prerequisites: Do pip install -r requirements.txt to make sure you have the necessary libraries. Make sure you have a chromedriver installed and added to PATH. Have the URL to your desired LinkedIn post ready (make sure the post has some emails in the comments section) Have your LinkedIn account credentials ready Executing Application Replace the values of the URL, email and password variables in the code with your own data Either hit run if your IDE has the option or just type in python main.py in the terminal. The names and corresponding email address scraped from the post should appear in the emails.csv file.