Pylipec is a LinkedIn crawler (for LinkedIn 2020). You can't only crawl persons !
You need to have chromedriver and the application Google Chrome.
git clone "https://github.com/Reloadaxe/Pylipec.git"
cd Pylipec
python3 -m pip install -r requirements.txtYou have to set your LinkedIn email and password, the path to your chrome driver and the path to the Google Chrome binary file in the 'conf.json' file
python3 scrape_users.py --help # To show more informations about parameters
exemple:
python3 scrape_users.py -c "conf.json" -p "Benjamin Rousseliere"You can search multiple persons. To do that, just separate names with a comma ("firstname lastname, Lastname Firstname, ...")