PassMark (https://cpubenchmark.net/cpu_list.php) parser
- Clone this project repository:
git clone https://github.com/x3r0s/passmark-scraper.git
- Navigate to the project folder:
cd cd PassMark-Scraper
- Install the required packages:
pip install -r requirements.txt
Run the main script:
python main.py
You will be prompted with the following options:
Choose a format to save the CPU data:
1: CSV
2: JSON
3: SQL
4: ALL
Enter the number corresponding to your choice:
The data will be saved in the ./data
directory according to your selected option.
Contributions are welcome! Please feel free to submit a Pull Request.