An open API service indexing awesome lists of open source software.

https://github.com/matheussc017/passmarkwebscraping

Script for extracting data from hardware such as video card, hard disk and CPU
https://github.com/matheussc017/passmarkwebscraping

pandas python webscraping

Last synced: about 2 months ago
JSON representation

Script for extracting data from hardware such as video card, hard disk and CPU

Awesome Lists containing this project

README

          

# Web Scraping - PassMark

Script for extracting data from hardware such as video card, hard disk and CPU, allowing raw/clean data to be obtained in two formats:

- Python list;
- Pandas dataframe;

Another functionality present in the class responsible for extracting the data is the save() function that exports the data to an excel file.

In this project, the BeautifullSoup4 library was used to extract data from the PassMark site, respecting the robot.txt file guidelines. For more details, consult the documentation present in the script itself.