Skip to content

Python script for creating Mobile Phones Dataset on GSMArena website.

License

Notifications You must be signed in to change notification settings

czomo/Mobile-Phone-Dataset-GSMArena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%