posi2 / Mobile-Phone-Dataset-GSMArena

Python script for creating Mobile Phones Dataset on GSMArena website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile-Phone-Dataset-GSMArena

This is Python script which scrape the GSMArena website mobile phones specification and save in the csv format files.

Getting Started

Download the python file (gsmarena_scraping.py) and run it on your local machine.

Prerequisites

  • Python3.x
  • BeautifulSoup
  • Pip

Installing

A step by step follow the below steps

  • Install Python3.x on: (skip this step if you have already installed it)

  • Install pip package on: (skip this step if you have already installed it)

  • Install Beautifulsoup4 (skip this step if you have already installed it)

    sudo pip install beautifulsoup4
    

    above command can be used for all platforms (Windows, Linux and MacOS X)

Running

Run this command on your terminal

python gsmarena_scraping.py

Built With

  • Beautifulsoup4 - Beautifulsoup4 python librabry for website scraping.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Special Credits

About

Python script for creating Mobile Phones Dataset on GSMArena website.

License:MIT License


Languages

Language:Python 100.0%