- Notifications
You must be signed in to change notification settings - Fork 167
Recommendations #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommendations #84
Conversation
Fixes: - Added Insights functionality (premium) - Fixed null return for Name - Fixed lay-out issue that caused Company Size (which has 2 values in LinkedIn now) to disrupt the metadata dictionary - Fixed null return for Num_Employees - Needs to be updated together with new branch for CompanyScraper
Notes: - greyed out print function at top - added get_insights module to work with the pull request I submitted for Company.py
Update Company.py to parse insights data
Gather insights data and pass to Company.py
fixing the missing personal info issue
Fix formatting of windows LI_AT instructions.
austinoboyle left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I did a review of the code with some suggestions and requested changed.
This is a cleanup change that does the following: 1. Creates a new 'click_expandable_buttons' method in the base Scraper class that clicks on all expandable buttons. 2. Adds a new 'expand_recommendations_tab' method in ProfileScraper that we call after scrolling to the bottom of the page. 3. Changes Scraper.scroll_to_bottom from starting at the top of the page to starting at the current scroll position. 4. Moves 'relationship' under the 'connection' field in the recommendation.
| @zzzzzzzzzzzzz I tidied things up and added a few small fixes, and things seem to be working as expected now. Let me know if you're good with all of my changes, and I'll merge this. Thanks for all of your work :) |
Yeah, everything is nice. Let's merge:) |
| Fixes #82 |
No description provided.