Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 823 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 823 Bytes

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.