Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 970 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 970 Bytes

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