This script scraps all the emails from the Linkedin post. These post are mainly done by people sending bulk emails to large audience. This script collects all of them and saves them as CSV file which can be further automated to send emails.
As it is a command line utility, simply run the file in given format:
python app.py linkedin_username linkedin_password linkedin_post_link
Before running the script, make sure you have the required dependencies. Not sure about them? Run the following command before running the actual script:
pip install -r reqirements.txt
Also you will require latest chrome driver. Download latest one from here and place in the same location where script lies.