Enums Reference

Services

The special enum.Enum for dealing with services.

class pykemo.services.services_enum.ServiceType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: StrEnum

Service enum.

PATREON = 'patreon'
FANBOX = 'fanbox'
GUMROAD = 'gumroad'
SUSCRIBE_STAR = 'subscribestar'
FANTIA = 'fantia'
BOOSTY = 'boosty'
AFDIAN = 'afdian'
DISCORD = 'discord'
DLSITE = 'dlsite'

URLs

When dealing with the URLs of types.

class pykemo.core.urltypes.UrlType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: StrEnum

Types of URL endpoints.

Note

The DATA type can be further formatted into different servers. It may not be used as-is.

SITE = 'https://kemono.su'
DATA = 'https://c{i}.kemono.su'
API = 'https://kemono.su/api/v1'
DISCORD = 'https://cdn.discordapp.com'