#Dossier
Builds Portfolio by scraping data from LinkedIn using Flask.
BeautifulSoup
selenium
re
json
time
zipfile
flask
os
Python 3.x
Pip
chromedriver
Clone this repo to your local machine using
The Chrome Driver can be found here: https://chromedriver.chromium.org/downloads
Install BeautifulSoup
pip install beautifulsoup4
Install Selenium
pip install selenium
install zipfile
pip install zipfile37
Install flask
pip install Flask
pip install lxml
- Edit the 'config.txt' file and add your linkedin username and password
This is required because linkedin requires a login before you can view a profile
- Open the folder in VScode or any code editor !
- Run the Python Program
python main.py
-
Go to the url- will be displayed in the Terminal shortly!
-
Enter the link of the profile that is to be scraped.
-
Wait till you got a window displaying options like Download/Visit Website!