|
@@ -83,6 +83,18 @@ def bot_crawler_data():
|
|
|
zfnnsxjx = sqlCollect.get_crawler_count("zhufuniannianshunxinjixiang")
|
|
|
zfnnsxjx_ytd = sqlCollect.get_ytd_crawler_count("zhufuniannianshunxinjixiang")
|
|
|
|
|
|
+ wqsp = sqlCollect.get_crawler_count("weiquanshipin")
|
|
|
+ wqsp_ytd = sqlCollect.get_ytd_crawler_count("weiquanshipin")
|
|
|
+
|
|
|
+ pqgs = sqlCollect.get_crawler_count("piaoquangushi")
|
|
|
+ pqgs_ytd = sqlCollect.get_ytd_crawler_count("piaoquangushi")
|
|
|
+
|
|
|
+ lpld = sqlCollect.get_crawler_count("lepaoledong")
|
|
|
+ lpld_ytd = sqlCollect.get_ytd_crawler_count("lepaoledong")
|
|
|
+
|
|
|
+ zfkz = sqlCollect.get_crawler_count("zhufukuaizhuan")
|
|
|
+ zfkz_ytd = sqlCollect.get_ytd_crawler_count("zhufukuaizhuan")
|
|
|
+
|
|
|
text = (
|
|
|
f"**小年糕: 当日**{int(xng_author[0][0])}**条/昨日**{int(xng_author_ytd[0][0])}**条**\n"
|
|
|
f"**小年糕推荐流: 当日**{int(xng_tjl[0][0])}**条/昨日**{int(xng_tjl_ytd[0][0])}**条**\n"
|
|
@@ -92,6 +104,10 @@ def bot_crawler_data():
|
|
|
f"**经典福气旺: 当日**{int(jdfqw[0][0])}**条/昨日**{int(jdfqw_ytd[0][0])}**条**\n"
|
|
|
f"**天天聚福气: 当日**{int(ttjfq[0][0])}**条/昨日**{int(ttjfq_ytd[0][0])}**条**\n"
|
|
|
f"**喜鹊播-祝福年年顺心吉祥: 当日**{int(zfnnsxjx[0][0])}**条/昨日**{int(zfnnsxjx_ytd[0][0])}**条**\n"
|
|
|
+ f"**祝福快转: 当日**{int(zfkz[0][0])}**条/昨日**{int(zfkz_ytd[0][0])}**条**\n"
|
|
|
+ f"**乐跑乐动: 当日**{int(lpld[0][0])}**条/昨日**{int(lpld_ytd[0][0])}**条**\n"
|
|
|
+ f"**篻圈故事: 当日**{int(pqgs[0][0])}**条/昨日**{int(pqgs_ytd[0][0])}**条**\n"
|
|
|
+ f"**微圈视频: 当日**{int(wqsp[0][0])}**条/昨日**{int(wqsp_ytd[0][0])}**条**\n"
|
|
|
|
|
|
)
|
|
|
Feishu.finish_bot(text,
|