pytwitcher.models

This module contains wrappers around Twitch API objects. They are all subclasses of the classes in pytwitcherapi.models.

They automatically load pictures using the pytwitcher.cache.PixmapLoader. Their intent is the usage in GUI Applications. The classes of pytwitcherapi.models are for none GUI Applications.

Classes

QtChannel(session, cache, name, status, ...) A class for twitch.tv Channels.
QtGame(session, cache, name, box, logo, twitchid) A class for twitch.tv Games.
QtStream(session, cache, game, channel, ...) A class for twitch.tv Stream.
QtUser(session, cache, usertype, name, logo, ...) A class for twitch.tv User.