Scrapes public information off of LinkedIn
Stars
113
Forks
78
Watchers
113
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Updated linkedIn_spider somewhat, to scrape some of the basic information again. Most of the fields remain un-updated however. At least the spider will crawl the directories appropriately again.
f9e9497View on GitHubMerge pull request #3 from orthographic-pedant/spell_check/convenient
17df64cView on GitHubUpdated this project. The linkedin website has changed in the last few years, so I updated this project to be able to scrape its data properly. I also added in scraping the company of a given work experience, because that was not included before. I also fixed up the code a little and made everything look a bit better. The code should look more palatable now, so that people might want to actually read it now.
6411374View on GitHubupdated the README to contain more explanation about how the scraper works. I also changed the code slightly to scrape names off of the title header of each webpage (Where it says something like 'John Smith | Linkedin' at the top). It seemed like names were no longer being properly scraped, and so I changed this.
bf492a7View on GitHub