Go to https://chromedriver.chromium.org/downloads and download Chrome Driver according to your chrome version. Copy the path in which chromedriver.exe is stored.
Install the following packages: selenium, bs4 (BeautifulSoup)
Open parameters.py
Enter the copied path for chromedriver. Enter your LinkedIn credentials in the appropriate variables. Also, enter the profile link of any LinkedIn account you wish to scrape. Preferably, your 1st degree connection due to https://www.linkedin.com/help/linkedin/answer/261/visibility-of-your-email-address?lang=en#:~:text=1st%2Ddegree%20connections%20%E2%80%93%20Only%20those,can%20see%20your%20email%20address.
run main.py Profile Link, Name, Title and Email address will be visible as output.
Happy Coding !