Fetches Hot Wheels car data from the Hot Wheels Fandom wiki and saves it as a JSON file. Click here for example output.
- Python 3.x
- Pandas
- Requests
- BeautifulSoup4
-
Clone the repository:
git clone https://github.com/madman38/hotwheels-scraper
-
Install the required dependencies:
pip install pandas requests beautifulsoup4
-
Run the script:
python3 main.py
This project is licensed under the MIT License. See the LICENSE file for details.