RyanOM / LinkedInViewBot

LinkedIn Crawler in Python using Selenium and BeautifulSoup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedInViewBot

This is a small LinkedIn crawler based on Selenium and BeautifulSoup4. It's goal is to collect LinkedIn profil links on each page it visits.

To get started, make sure you have pip and Firefox installed on your machine:

# First clone the repository
git clone https://github.com/RyanOM/LinkedInViewBot.git

# Go to the directory:
cd LinkedInViewBot

# Create a virtual environment and activate it
virtualenv mylinkedinbot
source mylinkedinbot/bin/activate

# Install the requirements
pip install -r requirements.txt

# Finally done? Get the bot running with
python main.py

# You will then be asked to input your email followed by your password

To stop the bot, simply close the Firefox window or CTRL+C in your terminal.

About

LinkedIn Crawler in Python using Selenium and BeautifulSoup


Languages

Language:Python 100.0%