Scrapes XING user data. This script is loosely based on joeyisms linkedin_scraper (https://github.com/joeyism/linkedin_scraper) and utilizes Selenium and Chromedriver.
pip3 install --user xing_scraper
First, you must set your chromedriver location by
export CHROMEDRIVER=~/chromedriver
To use it, just create the class
from xing_scraper import Person
person = Person("https://www.xing.com/profile/Max_Mustermann")