Joey
Joey
I ran this code ```python import os from linkedin_scraper import Person, Company, actions from selenium import webdriver driver = webdriver.Chrome("./chromedriver") actions.login(driver, os.getenv("LINKEDIN_USER"), os.getenv("LINKEDIN_PASSWORD")) company = Company("https://www.linkedin.com/company/pinnacle-west-capital-corporation/", get_employees=True, driver=driver) print(company) ```...
 Some of them may be None if it can't scrape it, but there are definitely some there. The details aren't filled out because this is scrapped...
Can you give me an example use case of this? Just something that I can work with
@priyankagarg112 @arnav-deep If you have a fix and want to submit a merge request, I'll gladly take a look at it
@sametsoekel if you can, that would be great
I'll need to add a feature to make this happen. If you know how, you can fork this repo, add this feature, then submit a MR and I'll take a...
Let's say you start of with a user MainUser. You'll need to write code that scrapes MainUser's contacts. Submit a MR for that. Actually, if you just want to compare...
https://github.com/joeyism/linkedin_scraper/blob/master/linkedin_scraper/person.py#L34
Can you paste the code you're using that isn't working?
Can you try it with [2.9.0](https://github.com/joeyism/linkedin_scraper/releases/tag/2.9.0)? A lot of things are fixed in that version