Welcome to the LinkedIn Network Connecting Bot repository! This automation tool is designed to help users expand their professional network on LinkedIn by automating connection requests and personalized messages.
- Automated Connection Requests: Send connection requests automatically to targeted profiles.
- Criteria-Based Targeting: Set parameters to target potential connections based on industry, location, company, role, etc.
- Session Randomization: Mimic human behavior by randomizing intervals between actions.
- Safety Limits: Predefined limits for connection requests to comply with LinkedIn policies.
- Scraper: Puppeteer is a Node library that provides a high-level API to control Chrome or Chromium over the DevTools Protocol. In this project, Puppeteer is used to automate interaction with LinkedIn's web interface. It enables the bot to log in, navigate, search for users, and send connection requests in a manner that replicates human user behavior.
Clone the repository to your local machine using the following command:
git clone https://github.com/thismajid/linkedin-network-connecting-bot.git
cd linkedin-network-connecting-bot
npm install
npm start