本帖最后由 吹风机 于 2021-3-28 01:33 编辑
电影院重新开放了,就想着把票房数据加入ha以便选择精彩的电影进行观看,找了一圈api,发现还是猫眼的最为良心,没有做任何反爬措施
利用猫眼api,获取电影实时大盘数据
github地址
- platform: movie_box-office_query
movie_num: 15
这个movie_num是要储存的电影数量,默认是20
利用list-card进行显示
columns:
- add_link: imgUrl
field: imgUrl
title: ''
type: image
- field: name
style:
- height: 30px
title: 电影名称
- field: boxUnit
title: 实时票房
- field: boxRate
title: 票房占比
- field: showCount
title: 场次
- field: showCountRate
title: 排片占比
- field: avgShowView
title: 场均人数
- field: avgSeatView
title: 上座率
- field: sumBoxDesc
title: 总票房
entity: sensor.piao_fang_da_pan
feed_attribute: entries
title: 电影票房大盘
type: 'custom:list-card'
但是感觉显示不够优雅 美观,有没有更好看的显示方法
2021/03/28:v1.0.1 修复无法使用的现象
movie_box-office_query_v1.0.1.zip
(3.11 KB, 下载次数: 105)
|