Hi everyone,
This is an OSINT tool that allow search using an complete automation recognition of an input company over Linkedin social Network:
The source code of the tool is stored on my personal github repository:
https://github.com/f0ns1/OSINT_linkedin_scraper_company
How to use it:
if __name__ == '__main__': | |
driver = webdriver.Chrome() | |
email ="yourEmail" | |
password = "your credentials" | |
actions.login(driver, email, password) # if email and password isnt given, it'll prompt in terminal | |
company = Company("https://www.linkedin.com/company/alten", driver=driver, scrape=True) | |
print(company) | |
get_company_data(company) |
You shall include your email and credentials for login access to the linkedin social network, and the url company that you want audit.
The result of the output automation process for my company such an example:
This content is completly public and is developed for testing and learngin purposes.
And this is all, best regards,
No comments:
Post a Comment