Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.17 KB

LinkedIn message script (:warning: WIP)

Small script using selenium to automate sending messages for product feedback.

Setup

  1. 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
  2. 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
  3. Make sure that your LinkedIn username and password are in the .env as

    USERNAME=john@gmail.com
    PASSWORD=yourpassword
  4. The profiles have to be in profiles.csv with the following schema:

    ProfileURL
    

Running

To launch the script

poetry run app