This project is a command-line tool written in Go that scrapes the minimum system requirements for a specific video game using the Colly web scraping library.
- Scrapes system requirements including:
- Minimum CPU
- Minimum RAM
- Minimum Video Card
- Dedicated Video RAM
- Disk Space
- Operating System (OS)
- Fast and lightweight
- Simple command-line interface for easy usage
Prerequisite: Make sure Go is installed on your machine. You can download it from here.
-
Clone the repository:
git clone https://github.com/shaaradnj/Can-I-Run-It.git
-
Install dependencies:
go mod tidy
-
Run the project:
go run .