This is Python script which scrape the GSMArena website mobile phones specification and save in the csv format files.
Download the python file (gsmarena_scraping.py) and run it on your local machine.
- Python3.x
- BeautifulSoup
- Pip
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)
Run this command on your terminal
python gsmarena_scraping.py
- Beautifulsoup4 - Beautifulsoup4 python librabry for website scraping.
This project is licensed under the MIT License - see the LICENSE file for details