niranjangs4 / WebScrapping

Web Scraping using Python Data mining , Data Analyzing & Data Visualization of the collected Data, The python script is written to fetch all the individual categories the website , The code is written for fetching the data from the first page and it iterates to each and every pages of website ( activities, categories, count of bought), and I used statistical techniques for mathematically analysis and presenting the data into visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webscrapping

Web Scraping using Python, Data mining , Data Analyzing & Data Visualization of the collected Data.

Getting Started

These instructions will get idea of the project up and running on your local machine for development and Execution purposes. See deployment for notes on how to deploy the project on a live system.

The python script is written to fetch all the individual categories from the website (http://www.xyz.com ), The code is written for fetching the data from the first page and it iterates to each and every pages of website ( activities, categories, count of bought), and I used statistical techniques for mathematically analysis and presenting the data into visualization

Prerequisites

What things you need to install the software and how to install them

Python2/Python3

Installing

A step by step have to get a development env running

step 1. python2 or python3
step 2. pip install bs4
step 3. pip install requests
step 4. pip install re
step 5. pip install pandas
step 6. pip install matplotlib

Running the Script

Enter terminal or console windows/Linux/mac.

Like : python filename

python Filename

Authors

About

Web Scraping using Python Data mining , Data Analyzing & Data Visualization of the collected Data, The python script is written to fetch all the individual categories the website , The code is written for fetching the data from the first page and it iterates to each and every pages of website ( activities, categories, count of bought), and I used statistical techniques for mathematically analysis and presenting the data into visualization


Languages

Language:Python 100.0%