Skip to content

asher-gh/li_message_automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

automate sending messages to linkedin profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages