Skip to content

Python Scrapper Statistics is a simple project for data collection and visualization.

License

Notifications You must be signed in to change notification settings

dannycrief/python-scrapper-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Scrapper Statistics (PySC)

Python Scrapper Statistics is a simple project for data collection and visualization.

Documentation

The project contains 4 main classes:

  1. OtoDomScrapper - scrapes data from a website
  2. OtoDomScrapperOptions - contains initialization of the scraper
  3. SCData - contains data preparation.
  4. SCVisualAnalytics - contains data visualization.

Installation

Install PySC from GitHub using command line

  1. Clone project
git clone https://github.com/dannycrief/python-scrapper-statistics.git
  1. Create virtual environment (venv) inside of project
python3 -m venv venv
  1. Activate venv
source venv/bin/activate
  1. Install requirements from requirements.txt
pip install -m requirements.txt

And here you go :)

Authors

License

MIT

About

Python Scrapper Statistics is a simple project for data collection and visualization.

Topics

Resources

License

Stars

Watchers

Forks

Languages