Increase your popularity on Linkedin.
Linkedin Bot was developed using Python 3.
Before you can run the bot, you will need to install a few Python dependencies.
- BeautifulSoup4, for parsing html:
pip install BeautifulSoup4
- Selenium, for browser automation:
pip install Selenium
This bot using chrome webdriver as browser.
Before you run the bot, edit the config
file to add your account login informations (email and password) like below:
[email protected]
123456
Once you have installed the required dependencies and edited the config
file, you can run the bot.
There are two file named main.py
and connection.py
.
main.py
is finding people from People you may know
page and visit each one profile.
connection.py
is finding people from Connections
page and visit each one profile.
Make sure you are in the correct folder and run the following command: python main.py -n <any_number>
or python connection.py -n <any_number>
Here, -n means how many page you want the bot to scroll down and find people.
After choosing your favorite browser (always chrome, anyone can add another browser), the bot will start finding people and then visit each profile.
Tips: You have to sleep
the bot few seconds after each profile visit otherwise linkedin will detect the bot and restrict your account.
Feel free to contribute.