Builds Resume by scraping data from LinkedIn using Flask.
BeautifulSoup
selenium
re
json
time
docx
docx2pdf
flask
os
Python 3.x
Pip
chromedriver
Microsoft Office 2019
Clone this repo to your local machine using
git clone https://github.com/shrutikumar15/Resume-Builder-from-LinkedIn.git
The Chrome Driver can be found here: https://chromedriver.chromium.org/downloads
Install BeautifulSoup
pip install beautifulsoup4
Install Selenium
pip install selenium
Install docx
pip install docx
Install docx2pdf
pip install docx2pdf
Install flask
pip install Flask
- 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
- Run the Python Program
python formflask.py
-
Enter the link of the profile that is to be scraped.
-
Output of the program is saved in pdf file named 'output.pdf'