Skip to content

hatala91/xing_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XING Scraper

Scrapes XING user data. This script is loosely based on joeyisms linkedin_scraper (https://github.com/joeyism/linkedin_scraper) and utilizes Selenium and Chromedriver.

Installation

pip3 install --user xing_scraper

Setup

First, you must set your chromedriver location by

export CHROMEDRIVER=~/chromedriver

Usage

To use it, just create the class

User Scraping

from xing_scraper import Person
person = Person("https://www.xing.com/profile/Max_Mustermann")

About

Scraper to crawl XING data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages