Welcome to the LinkedIn Follower Bot! This Python script automates the process of following accounts on LinkedIn, designed to enhance your networking capabilities while ensuring the safety of your account. Build professional connections effortlessly and manage your LinkedIn presence with ease!
- Automated Account Following: Automatically follow potential connections based on your LinkedIn network growth.
- Weekly Limits: Prevents exceeding a threshold (100 accounts) to avoid flags or restrictions from LinkedIn.
- Daily Execution Check: Ensures the bot runs only once a day.
- Log Management: Maintains a log of the dates of each 25-account interval for easy tracking.
Official successor of the Undetected-Chromedriver python package that does NOT use WebDriver https://github.com/ultrafunkamsterdam/nodriver
Make sure you have Python installed, then install the required library by running:
pip install nodriver
- Python 3.6 or higher
- Chrome Browser
- LinkedIn Account
- Proper setup of paths in the script
-
Clone the repository:
git clone https://github.com/Connor9994/LinkedIn-Follower-Bot.git cd LinkedIn-Follower-Bot
-
Modify the paths in the script as necessary for your system.
browserPath = Your Chrome Directory (Windows: C:\Program Files\Google\Chrome\Application\chrome.exe) profilePath = Where you want to save your LinkedIn User Data (Eg. C:\Users\Administrator\Desktop\LinkedIn Follower Bot\Users\LinkedIn) LoggedIn = (1 Logged In / 0 Logged Out)
-
Run the script with LoggedIn = 0:
(Press Enter To Save Credentials to profilePath)
python LinkedInFollower.py
-
Run the script with LoggedIn = 1:
python LinkedInFollower.py
The script will read from AccountLog.txt
to check prior follow activity and will execute the follow actions accordingly:
- Checks if the bot has run today, or if the weekly following limit has been reached
- Launches Chrome
- Scrolls through the LinkedIn network page to find accounts to follow
- (From "People you may know based on your recent activity")
- Follows the accounts dynamically until the 25-person limit is reached
- Logs the activity/date in
AccountLog.txt
Use this bot responsibly. Automation goes against the Terms of Service of LinkedIn, and excessive use will result in account restrictions.
Always ensure to adhere to LinkedIn guidelines.
This is for educational purposes only!
Contributions are welcome! Feel free to open issues or pull requests to improve the script, enhance features, or fix bugs.