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 :)