Skip to content
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

Feature request - Scrape Alumni, Followers, School URL #61

Open
Ana-Katy opened this issue Dec 31, 2019 · 2 comments
Open

Feature request - Scrape Alumni, Followers, School URL #61

Ana-Katy opened this issue Dec 31, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Ana-Katy
Copy link

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

@austinoboyle austinoboyle added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 24, 2020
@Lina-Pawar
Copy link

I am interested in solving this issue.

@Lina-Pawar
Copy link

I have added the feature and left a pull request. Please check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants