/xing_contact_scraper

Scrape your Xing contacts for easy LinkedIn migration

Primary LanguagePython

requirements:

  • python

installation:

  1. install Scrapy: pip install Scrapy
  2. edit configuration cp config.py.template config.py && vi config.py
  3. run Scrapy: scrapy crawl contacts -o my_contacts.json