Skip to content

Yugioh, a tool that helps search OCG price by card's English name

Notifications You must be signed in to change notification settings

MinhLong2410-02/Yugioh-TCG-name-to-OCG-Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yugioh Lookup: TCG Name to OCG Price

This is an upgraded version since it adds more features:

  • Turn English name to its Japanese version
  • Perform fuzzy search on card's name

English to Japanese

Each Yu-gi-oh card is marked with an official Konami ID, this data can be found by making API calls to: https://db.ygorganization.com/data/idx/card/name/en

By getting card's ID, Japanese name, Italian Name, Deutsch....can be found by making API calls to: https://db.ygorganization.com/data/card/{ID}

Fuzzy search

Fuzzy search gives out 3 most accurate card names if its string matching is not 100%

OCG Price from Big Web API and Yuyutei scraper

Yuyutei scraper, Big Web API is from Solomon.

How to use

Remember to create virtual enviroment before running !pip install -r requirements.txt

In Python file:
from src.yugioh_card_lookup.main import CardLookup

Credits goes to:

For further information, contact me at my FB Page: https://www.facebook.com/minhlong.tran.589

About

Yugioh, a tool that helps search OCG price by card's English name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages