https://github.com/manjurulhoque/python-linkedin-bot
https://github.com/manjurulhoque/python-linkedin-bot
bot linkedin-bot python selenium webdriver
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/manjurulhoque/python-linkedin-bot
- Owner: manjurulhoque
- Created: 2019-04-08T02:46:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T07:28:50.000Z (about 6 years ago)
- Last Synced: 2025-04-11T20:11:56.215Z (27 days ago)
- Topics: bot, linkedin-bot, python, selenium, webdriver
- Language: Python
- Size: 4.28 MB
- Stars: 32
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkedin Bot
Increase your popularity on Linkedin.## Requirements
Linkedin Bot was developed using Python 3.
Before you can run the bot, you will need to install a few Python dependencies.
- [BeautifulSoup4](https://pypi.python.org/pypi/beautifulsoup4), for parsing html: `pip install BeautifulSoup4`
- [Selenium](http://www.seleniumhq.org/), for browser automation: `pip install Selenium`This bot using chrome [webdriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) as browser.
## Configuration
Before you run the bot, edit the `config` file to add your account login informations (email and password) like below:```
[email protected]
123456
```## Run
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 ` or `python connection.py -n `
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.
## More
**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.**