Skip to content

A LinkedIn Bot to search for people in a LinkedIn enterprise public profile.

Notifications You must be signed in to change notification settings

chechu-arias/LinkedInBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LinkedIn Bot

This LinkedIn bot is a Python-made bot created to be used to get a list of people that work for a given enterprise which you want to get information about.

Using this bot

To install this bot, you will need Python 3, Selenium and another python file called secrets, in which you need to have your LinkedIn email and password, like this:

{

email = "email@email.com"
password = "something"

}

After you have all the requisites needed, you just have to run the bot in a command line with python passing the name of the enterprise and the output filename.

Contributing

Feel free to open an issue if you have any error or problem with the code, I will try to answer and update it as soon as possible.

About

A LinkedIn Bot to search for people in a LinkedIn enterprise public profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages