federicohaag / LinkedInScraping

Scraping of LinkedIn Profiles: Creates an Excel file containing the personal data and the last job position of all the provided LinkedIn profiles.
119 stars 46 forks source link

Update Scraper.py #9

Closed gtaybro closed 4 years ago

gtaybro commented 4 years ago

Fix an issue in the scrape_jobs method that causes an invalid argument error due to an empty string for a particular job entry. Fixed by replacing the missing URL with a URL of users choice. Closes #8

federicohaag commented 4 years ago

Thank you for your contribution.