A simple python script that uses Selenium to export all your Xing.com contacts and save them in a convenient Excel table.
- Make sure
pythonandpipare installed - Clone this git
git clone https://github.com/olebittner/XingExport - Run
pip install -r requirements.txt - Download the latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract the binary into the project directory
- execute the script eg.:
python3 XingNetworkExport.py - Firefox will open the xing.com login page
- Login to Xing
- That's it! The script will export all your contacts into an Excel file and save it as
XingNetwork.xlsxnext to the script
Distributed under the MIT License. See LICENSE for more information.
