pystagram.graph_api.components.periods package

Submodules

pystagram.graph_api.components.periods.periods module

class pystagram.graph_api.components.periods.periods.Periods(value)

Bases: str, Enum

Instagram periods.

DAY = 'day'
DAYS_28 = 'days_28'
LIFETIME = 'lifetime'
WEEK = 'week'
classmethod list()

Return a list of all periods values.

Module contents