joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.11k stars 582 forks source link

Decoupled search_jobs and added docstrings #217

Open dev26git opened 7 months ago

dev26git commented 7 months ago

Decoupled the scrape_logged_in function into 2 functions: scrape_logged_in() and search_recommended_jobs() for better modularity and readability. Added docstrings to both functions.