🚀 This fork now features full Linux support and a user-friendly Terminal User Interface (TUI) for easier configuration and execution! 🚀
Welcome to the LinkedIn Bot Follower project! This tool automates the process of following LinkedIn accounts, helping you grow your professional network with ease. The project includes a Terminal User Interface (TUI) that lets you configure key parameters before launching the appropriate bot script for your operating system.
This repository contains:
- TUI Script (
TUI-bot_Launcher.py
): A user-friendly interface to select your OS and enter required configuration values. - Bot Scripts:
botlinkdinW.py
for WindowsbotlinkdinL.py
for Linux
- Automated LinkedIn Following: Follows up to 25 new accounts per run.
- Weekly Limit Check: Prevents exceeding a weekly following limit to help avoid detection.
- Daily Execution Check: Ensures the bot runs only once per day.
- Custom Configuration via TUI: Set your Chrome executable path, profile path, and login status easily.
- Cross-Platform Compatibility: Automatically selects the correct bot script based on your OS.
- Python 3.6+
- Chrome or Chromium Browser
- A valid LinkedIn account
- NoDriver library
Install the required library using:
pip install nodriver
-
Clone the repository:
git clone /~https://github.com/capi-nemoo/LinkedIn-bot-Followers cd LinkedIn-bot-Followers
-
Review and, if needed, modify the default paths in the bot scripts:
- For Windows:
botlinkdinW.py
- For Linux:
botlinkdinL.py
- For Windows:
-
Use the TUI script to configure your settings before running the bot.
Launch the TUI script with:
python TUI-bot_Launcher.py
The TUI will prompt you to:
- Select Your OS: Choose between Windows and Linux.
- Enter Chrome Executable Path: Provide the full path to your Chrome or Chromium executable.
- Enter Profile Path: Specify the directory where your LinkedIn user data should be saved.
- Set Login State: Input
1
if you are logged in, or0
if not.
Based on your selections, the TUI will automatically launch the corresponding bot script with your provided configuration.
- Pre-Execution Checks:
- The bot reads
AccountLog.txt
to verify if it has already run today or if the weekly follow limit has been reached.
- The bot reads
- Browser Launch:
- It launches Chrome/Chromium with your specified profile.
- LinkedIn Interaction:
- The bot navigates to your network page, scrolls to find accounts, and follows up to 25 new accounts.
- Logging:
- The action is logged in
AccountLog.txt
for tracking.
- The action is logged in
Automation on LinkedIn can violate its Terms of Service and may lead to account restrictions. Use this bot responsibly and at your own risk. This project is intended for educational purposes only.
Contributions are welcome! If you have improvements, bug fixes, or new features, feel free to open an issue or submit a pull request. Specials Thanks to
If you enjoy this project, please consider giving it a star ⭐! Every star helps spread the word and motivates me to keep improving the project.
A special thanks to Connor9994, the maintainer of the original project.
Enjoy automating your network growth responsibly with the LinkedIn Follower Bot!