Skip to content

A web scraper for collecting profiles from celebritynetworth.com

License

Notifications You must be signed in to change notification settings

cwylycode/CNW_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celebrity Net Worth website scraper

Scrapes profile data from people and things on the website celebritynetworth.com that you specify (or generalize).

Install

Installation is done with PIP and can be done from GitHub, either as a Git install or a download/clone that you cd into. This package isn't available on PyPI, in case you were wondering.

Note: It's recommended to install this package in a virtual environment instead of your main system python because of potential dependency conflicts.

Requirements:

python >= 3.8
(see setup.py or requirements.txt for full dependencies that will be installed with this package.)

Install from GitHub (you need Git):

pip install git+https://github.com/cwylycode/CNW_Scraper.git

Install from repo:

Download/Clone from GitHub
cd into the downloaded repo where the setup.py file is
pip install .

About

I was interested in seeing if I could get income and wealth data from celebrities and rich people. I found out about celebritynetworth.com and wrote this program to scrape and collect data from the website. Great backstory, I know.

Contributions

This project won't be consistently maintained and I doubt I'll work on it further. It was mostly a coding exercise/idea.

License

This software is licensed under MIT.