Skip to content

RonaldTheodoro/YGOhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YGOhub

A simple python wrapper for the ygohub api

from ygohub import YGOhub

api = YGOhub()

get_all_cards()

>>> api.get_all_cards()

get_card_info(card_name)

>>> api.get_card_info(card_name)

get_card_from_passcode(passcode)

>>> api.get_card_from_passcode(passcode)

get_new_cards(num_cards)

>>> api.get_new_cards(num_cards)

get_all_sets()

>>> api.get_all_sets()

get_set_info(set_name)

>>> api.get_set_info(set_name)

get_card_set_abbreviations()

>>> api.get_card_set_abbreviations()

get_all_banlists()

>>> api.get_all_banlists()

get_banlists_info(region, start_date, game_type)

>>> api.get_banlists_info(region, start_date, game_type)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages