Skip to content

x3r0s/PassMark-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passmark-scraper

PassMark (https://cpubenchmark.net/cpu_list.php) parser

Installation

  1. Clone this project repository:
git clone https://github.com/x3r0s/passmark-scraper.git
  1. Navigate to the project folder:
cd cd PassMark-Scraper
  1. Install the required packages:
pip install -r requirements.txt

Usage

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.

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.