咱们是怎么实现的图云的,我看代码里面没有,只有一个读取图片的操作。是有另一个插件定时任务在跑吗? #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: lxh/go-wxhelper#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
我用的一个python脚本在青龙里跑的,每天0点5分自动生成启用了水群排行榜的群的词云,然后把图片复制到机器人那个机器上。Golang生成的词云太丑了,有点儿没法儿看。
这个脚本,可以给共享不
逻辑很简单啊,从数据库查出文字消息数组,Python生成词云的代码网上遍地都是,照着抄就完事儿了