Added jobs and people in company_scraper#98
Added jobs and people in company_scraper#98anilabhadatta wants to merge 2 commits intoaustinoboyle:masterfrom
Conversation
|
Some parts of the code are language-dependent, meaning it won't work for languages other than English (such as regular expressions etc.). But it works as expected for English. def click_on_tab(self, tab_name):
main_url = "https://www.linkedin.com/company/{}/".format(self.company)
try:
self.driver.get(main_url + tab_name)
except:
print("Tab cannot be found.")
returnYou have to add |
Thanks a lot, i overlooked this issue, Added your code . |
Added the code and verified with different language as well. |
Requires some company_scraper testing with temporary Linkedin accounts.
command : scrapeli --company=delltechnologies -o output.json