Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

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

  • Scrapes card information from the Pokémon TCG Pocket website.
  • Extracts data like name, type, HP, attacks, weaknesses, and image URLs.
  • Saves the extracted data in JSON format.

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages