This is Python script which scrape the GSMArena website mobile phones specification and save in the csv format files.
- Python3.x
- Pip
-
Install reqiurement text file using pip3
pip3 install -r requirements.txt
Run this command on your terminal
python3 gsmarena_scraping.py
- Beautifulsoup4 - Beautifulsoup4 python librabry for website scraping.
This project is licensed under the MIT License - see the LICENSE file for details