Compare commits
No commits in common. "a274f085f8cabe2441f9babcc80bd65180a53f4f" and "905dab5ab834e3e31596f5a135d6ae390a553d44" have entirely different histories.
a274f085f8
...
905dab5ab8
@ -74,23 +74,16 @@ func dealMonth(gid string) {
|
|||||||
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 计算消息总数、中位数
|
// 计算消息总数
|
||||||
var msgCount int64
|
var msgCount int64
|
||||||
var medianCount int64
|
for _, v := range records {
|
||||||
for idx, v := range records {
|
|
||||||
msgCount += v.Count
|
msgCount += v.Count
|
||||||
if idx == (len(records)/2)-1 {
|
|
||||||
medianCount = v.Count
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 计算活跃用户人均消息条数
|
|
||||||
avgMsgCount := int(float64(msgCount) / float64(len(records)))
|
|
||||||
|
|
||||||
// 组装消息总数推送信息
|
// 组装消息总数推送信息
|
||||||
notifyMsgs = append(notifyMsgs, " ")
|
notifyMsgs = append(notifyMsgs, " ")
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ %s本群 %d 位朋友共产生 %d 条发言", monthStr, len(records), msgCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ %s本群 %d 位朋友共产生 %d 条发言", monthStr, len(records), msgCount))
|
||||||
if showActivity {
|
if showActivity {
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%,人均消息条数: %d,中位数: %d", activity, avgMsgCount, medianCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%", activity))
|
||||||
}
|
}
|
||||||
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
||||||
|
|
||||||
|
@ -73,23 +73,16 @@ func dealWeek(gid string) {
|
|||||||
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 计算消息总数、中位数
|
// 计算消息总数
|
||||||
var msgCount int64
|
var msgCount int64
|
||||||
var medianCount int64
|
for _, v := range records {
|
||||||
for idx, v := range records {
|
|
||||||
msgCount += v.Count
|
msgCount += v.Count
|
||||||
if idx == (len(records)/2)-1 {
|
|
||||||
medianCount = v.Count
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 计算活跃用户人均消息条数
|
|
||||||
avgMsgCount := int(float64(msgCount) / float64(len(records)))
|
|
||||||
|
|
||||||
// 组装消息总数推送信息
|
// 组装消息总数推送信息
|
||||||
notifyMsgs = append(notifyMsgs, " ")
|
notifyMsgs = append(notifyMsgs, " ")
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 上周本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 上周本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
||||||
if showActivity {
|
if showActivity {
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%,人均消息条数: %d,中位数: %d", activity, avgMsgCount, medianCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%", activity))
|
||||||
}
|
}
|
||||||
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
||||||
|
|
||||||
|
@ -73,18 +73,11 @@ func dealYear(gid string) {
|
|||||||
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 计算消息总数、中位数
|
// 计算消息总数
|
||||||
var msgCount int64
|
var msgCount int64
|
||||||
var medianCount int64
|
for _, v := range records {
|
||||||
for idx, v := range records {
|
|
||||||
msgCount += v.Count
|
msgCount += v.Count
|
||||||
if idx == (len(records)/2)-1 {
|
|
||||||
medianCount = v.Count
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 计算活跃用户人均消息条数
|
|
||||||
avgMsgCount := int(float64(msgCount) / float64(len(records)))
|
|
||||||
|
|
||||||
// 组装消息总数推送信息
|
// 组装消息总数推送信息
|
||||||
notifyMsgs = append(notifyMsgs, " ")
|
notifyMsgs = append(notifyMsgs, " ")
|
||||||
notifyMsgs = append(notifyMsgs, "亲爱的群友们,新年已经悄悄来临,让我们一起迎接这充满希望和美好的时刻。在这个特殊的日子里,我要向你们致以最真挚的祝福。")
|
notifyMsgs = append(notifyMsgs, "亲爱的群友们,新年已经悄悄来临,让我们一起迎接这充满希望和美好的时刻。在这个特殊的日子里,我要向你们致以最真挚的祝福。")
|
||||||
@ -97,7 +90,7 @@ func dealYear(gid string) {
|
|||||||
notifyMsgs = append(notifyMsgs, " ")
|
notifyMsgs = append(notifyMsgs, " ")
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 去年本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 去年本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
||||||
if showActivity {
|
if showActivity {
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%,人均消息条数: %d,中位数: %d", activity, avgMsgCount, medianCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%", activity))
|
||||||
}
|
}
|
||||||
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
||||||
|
|
||||||
|
@ -75,23 +75,16 @@ func dealYesterday(gid string) {
|
|||||||
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
activity = fmt.Sprintf("%.2f", (float64(len(records))/float64(groupUsers))*100)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 计算消息总数、中位数
|
// 计算消息总数
|
||||||
var msgCount int64
|
var msgCount int64
|
||||||
var medianCount int64
|
for _, v := range records {
|
||||||
for idx, v := range records {
|
|
||||||
msgCount += v.Count
|
msgCount += v.Count
|
||||||
if idx == (len(records)/2)-1 {
|
|
||||||
medianCount = v.Count
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 计算活跃用户人均消息条数
|
|
||||||
avgMsgCount := int(float64(msgCount) / float64(len(records)))
|
|
||||||
|
|
||||||
// 组装消息总数推送信息
|
// 组装消息总数推送信息
|
||||||
notifyMsgs = append(notifyMsgs, " ")
|
notifyMsgs = append(notifyMsgs, " ")
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 昨日本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🗣️ 昨日本群 %d 位朋友共产生 %d 条发言", len(records), msgCount))
|
||||||
if showActivity {
|
if showActivity {
|
||||||
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%,人均消息条数: %d,中位数: %d", activity, avgMsgCount, medianCount))
|
notifyMsgs = append(notifyMsgs, fmt.Sprintf("🎭 活跃度: %s%%", activity))
|
||||||
}
|
}
|
||||||
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
notifyMsgs = append(notifyMsgs, "\n🏵 活跃用户排行榜 🏵")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user