get_character

Using the get_character function, we retrieve all information about a character by their ID. To obtain the character ID, you need to perform a query using search or get_recommendations.

# some code

from crushon.lib import Characters
characters = Characters(client)
print(characters.get_character("charid"))

Last updated