-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Hi Austin,
Thank you for sharing this project.
I'm working on scraping LinkedIn profiles, and I need to collect the school/university URL (same as li_company_url).
Can you please add this feature.
Also, for each company, I would like to collect the number of followers and alumni.
I downloaded the project and added some lines of code, but in case you updated your project, I may lose these modifications. Can you please add these lines to the "Company.py" file?
# Alumni
overview.update( get_info(banner, {'alumni': 'org-top-card-summary__alumni-count'}))
# Followers
overview.update(get_info(banner, {'followers': '.org-top-card-summary__follower-count'}))
Thank you in advance for your response.
Sincerely
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed