Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1014 Bytes

File metadata and controls

24 lines (20 loc) · 1014 Bytes

Logo

XingExport

A simple python script that uses Selenium to export all your Xing.com contacts and save them in a convenient Excel table.

Installation

  1. Make sure python and pip are installed
  2. Clone this git git clone https://github.com/olebittner/XingExport
  3. Run pip install -r requirements.txt
  4. Download the latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract the binary into the project directory

Usage

  1. execute the script eg.: python3 XingNetworkExport.py
  2. Firefox will open the xing.com login page
  3. Login to Xing
  4. That's it! The script will export all your contacts into an Excel file and save it as XingNetwork.xlsx next to the script

License

Distributed under the MIT License. See LICENSE for more information.