-
Notifications
You must be signed in to change notification settings - Fork 1
Home
kwugfighter edited this page Oct 27, 2017
·
6 revisions
How to use:
import cr_py
profile = cr_py.Profile("GYUGPLYL")
print(profile.name)
clan = cr_py.Clan("829L22L9")
print(clan.tag)
constants = cr_py.Constants()
print(constants.card['baby-dragon'].name)
profiles = cr_py.Profiles("GYUGPLYL", "8Y8JCGG9").profiles
print(profiles[1].name)
clans = cr_py.Clans("829L22L9", "8YUU2CQV").clans
print(clans[0].trophies.current)