Models Reference
Model class
Result class
- class twitcaspy.models.Result(api=None)
ベースクラス:
twitcaspy.models.model.ModelAPI Result Object
Raw class
- class twitcaspy.models.Raw
Raw Object
元のデータをそのまま返却します。このクラスはインスタンスを生成しません。
User class
- class twitcaspy.models.User(api=None)
ベースクラス:
twitcaspy.models.model.ModelUser Object
参照
App class
- class twitcaspy.models.App(api=None)
ベースクラス:
twitcaspy.models.model.ModelApplication Object
参照
Live class
Movie class
- class twitcaspy.models.Movie(api=None)
ベースクラス:
twitcaspy.models.model.ModelMovie Object
- created
- 配信開始日時のunixタイムスタンプを
datetime.datetime型へ変換したもの
参照
Gift class
- class twitcaspy.models.Gift(api=None)
ベースクラス:
twitcaspy.models.model.ModelGift Object
参照
Supporter class
- class twitcaspy.models.Supporter(api=None)
ベースクラス:
twitcaspy.models.model.ModelSupporter Object
参照
Category class
- class twitcaspy.models.Category(api=None)
ベースクラス:
twitcaspy.models.model.ModelCategory Object
- sub_categories
- 型
参照
SubCategory class
- class twitcaspy.models.SubCategory(api=None)
ベースクラス:
twitcaspy.models.model.ModelSubCategory Object
参照
WebHook class
- class twitcaspy.models.WebHook(api=None)
ベースクラス:
twitcaspy.models.model.ModelWebHook Object
参照
LateLimit class
- class twitcaspy.models.LateLimit
Late Limit Object
- reset_time
- resetを
datetime.datetime型へ変換したもの
参照
ModelFactory class
- class twitcaspy.models.ModelFactory
- パーサーがモデルのインスタンスを作成するために使用されます。独自のモデルを追加する場合は、このクラスを継承してください。
- app
alias of
twitcaspy.models.app.App
- category
alias of
twitcaspy.models.category.Category
- comment
alias of
twitcaspy.models.comment.Comment
- gift
alias of
twitcaspy.models.gift.Gift
- live
alias of
twitcaspy.models.live.Live
- movie
alias of
twitcaspy.models.movie.Movie
- raw
alias of
twitcaspy.models.raw.Raw
- subcategory
- supporter
alias of
twitcaspy.models.supporter.Supporter
- user
alias of
twitcaspy.models.user.User
- webhook
alias of
twitcaspy.models.webhook.WebHook
Comment class
ベースクラス:
twitcaspy.models.model.ModelComment Object
strstrUserdatetime.datetime型へ変換したものdatetime.datetime参照
https://apiv2-doc.twitcasting.tv/#comment-object