Small script using selenium to automate sending messages for product feedback.
-
You can use system's python installation, however this repo uses poetry to manage dependencies and manage virtual env. If using poetry, use the following to initialise the project
poetry install
-
Make sure chrome is installed on the system. If getting a driver error, also install chrome-webdriver on your system.
On MacOS, if you have homebrew, you can install chrome-webdriver with
brew install chromedriver
-
Make sure that your LinkedIn username and password are in the
.env
asUSERNAME=john@gmail.com PASSWORD=yourpassword
-
The profiles have to be in
profiles.csv
with the following schema:ProfileURL
To launch the script
poetry run app