Skip to content

Web scraper for a page to retrieve information about Pokémon TCG cards from Pocket and convert it to JSON.

Notifications You must be signed in to change notification settings

LucachuTW/CARDS-PokemonPocket-scrapper

Repository files navigation

Pokémon TCG Pocket Web Scraper

This Python script scrapes the Pokémon TCG Pocket website to extract card information such as name, type, HP, attacks, weaknesses, and more. It then converts this data into JSON and optionally saves it to a CSV file.

Features

Requirements

This project requires Python 3.x. To run the script, you need to install the following Python packages:

  • requests: To make HTTP requests to fetch the webpage content.

    pip install requests beautifulsoup4

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/pokemon-tcg-scraper.git
    cd pokemon-tcg-scraper

Data Source

The data for Pokémon cards was obtained from the Pocket Limitless TCG website.

This data was used for the creation of the dataset in JSON.

About

Web scraper for a page to retrieve information about Pokémon TCG cards from Pocket and convert it to JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages