Skip to content

tramontini/one_piece_collection_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

One Piece TCG Card Collector

A tool to scrape card details from the One Piece TCG website and save them to Google Sheets for easy collection management.

Overview

This tool is designed for One Piece TCG enthusiasts who want to track and manage their card collections efficiently. With just a few steps, you can extract card details from the official One Piece TCG website and save them directly to a Google Sheet.

Features

  • Web Scraping: Uses Python with requests and BeautifulSoup to fetch and parse card details.
  • Google Sheets Integration: Utilizes gspread to save the card details to a Google Sheet.

Prerequisites

  • Python 3.x
  • A Google Cloud account (for Google Sheets API access)

Google Sheets API Setup:

  • Follow the guide here to set up the Google Sheets API and obtain your credentials.json.
  • Place the credentials.json in the root directory of the project.

Google Sheets Setup

Change the name of op_collection to your sheet name, and don't forget to change the index of the sheets in the collection dict the way you want sheet = client.open("op_collection").get_worksheet(sheet_number)

Sheets Screenshot

image

Contributing

Feel free to send any customization, bug fix or improvements! Just send your PR!

About

Repository to save the scrapper of the one piece TCG website and save in a google sheet to keep control of the collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages