Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 464 Bytes

File metadata and controls

16 lines (8 loc) · 464 Bytes

linkedinGroupScraper

Scrape members from a linkedin group.

You will need:

  • Beautiful soup (pip install bs4)

  • XML parser (pip install lxml)

  • Selenium (pip install selenium)

  • Chromedriver (download and change filepath in scrape.py - line # 9)

If you have issues, send me a message or google it :)