linkedin-connect-bot

--// Linkedin Connect Bot //--

About

This is a bot that automatically connects to people on LinkedIn. It uses Selenium to automate the process of logging in and connecting to people.

Prerequisites

Usage

  1. Clone the repo
  2. Install the prerequisites
  3. Copy the .env.example file and rename it to .env and fill in the required fields (see below)
  4. Run the bot (python main.py)
  5. Enter the keywords you want to search for
  6. Enter the location you want to search in (leave blank for no filter, split multiple locations with a comma (,) and no spaces e.g. London,United Kingdom)
  7. It will open a Chrome window and start connecting to people
  8. Once it has finished it will close the Chrome window and stop the bot
  9. You can find the people it connected to in the ./connections folder
  10. Enjoy!

Env Variables