The LinkedIn Auto Connector Bot is a powerful tool designed to automate connection requests on LinkedIn. This bot helps users expand their professional network by sending connection requests to a targeted audience based on specified search criteria. It can be customized to send personalized connection messages.
⭐⭐⭐⭐⭐ ---> Star the Repo!
This script is a LinkedIn bot that automatically sends connection requests with a custom note to profiles on LinkedIn. It uses the Selenium WebDriver to navigate LinkedIn and interact with the UI elements.
🚨🚨🚨 Please use it on your own risk! This is against LinkedIn policy. You may get banned if they catch you! 🚨🚨🚨
P.S. For LinkedIn team - ooops, sorry! I was boring!
-
💼 Add My LinkedIn:
You can connect with me on LinkedIn: My LinkedIn Profile -
🔍 Set Up Your Search Link:
To set up your search link, follow these steps:- Go to LinkedIn's main page.
- In the search bar at the top, type in the keywords relevant to the people you want to connect with (e.g., "Tech Recruiter", "Cloud Engineer").
- Press Enter to see the search results.
- On the search results page, click on the "People" filter to narrow the results to LinkedIn profiles only.
- Copy the URL from your browser's address bar. This URL is your
SEARCH_LINK
. - Open the bot script and find the
SEARCH_LINK
variable. Replace the existing link with the one you copied from LinkedIn.
-
🎉 Have Fun!
Start the bot and watch as it expands your network with targeted connection requests.
- 🤖 Automated Connection Requests: Send connection requests to targeted LinkedIn users.
- ✉️ Personalized Messages: Customize the connection request message for a more personalized outreach.
- 🔎 Search Criteria: Target connections based on industry, location, job title, and more.
- 📊 Logging: Keep track of connection requests and responses for analysis and optimization.
- Python 3.8+
- 🌐 Mozilla Firefox browser
- 🦊 Geckodriver download page (Ensure that the Geckodriver version matches your installed version of Firefox)
git clone https://github.com/OfficialCodeVoyage/LinkedIn_Auto_Connector_Bot.git
cd LinkedIn_Auto_Connector_Bot
pip install -r requirements.txt
-
🔐 Set up LinkedIn credentials: Change the
LINKEDIN_USERNAME
andLINKEDIN_PASSWORD
in theLinkedin_auto_connector_bot.py
. -
🔍 Customize Your Search Link: Follow the instructions provided in the Quick Start Guide to generate your LinkedIn search link. Replace the SEARCH_LINK variable in the
Linkedin_auto_connector_bot.py
with your copied search link. -
📝 Configure Message Template: Adjust the for
BASE_CONNECTION_MESSAGE
your needs in theLinkedin_auto_connector_bot.py
.
python linkedin_bot.py
The bot will log into your LinkedIn account and begin sending connection requests based on the search criteria provided in your SEARCH_LINK.
Logs of sent connection requests and responses are saved in the logs directory. You can review these logs to analyze the performance of your outreach strategy.
Contributions are welcome! Please follow these steps to contribute:
🍴 Fork the repository.
🌿 Create a new branch (git checkout -b feature-branch).
💻 Make your changes.
📝 Commit your changes (git commit -am 'Add new feature').
🚀 Push to the branch (git push origin feature-branch).
📬 Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
This bot is intended for educational and research purposes only. The use of automated bots on LinkedIn may violate LinkedIn's terms of service. Use at your own risk.
For any questions or issues, please feel free to reach out via GitHub Issues or Discussions.
🤖 Selenium for web automation
🐍 Python for providing the programming language
🌍 The LinkedIn community for providing a platform to connect professionals worldwide
Made with ❤️ by Pavlo Bondarenko