diff --git a/scripts/generate_chat_info.py b/scripts/generate_chat_info.py index 4b89bcb..653c7f0 100644 --- a/scripts/generate_chat_info.py +++ b/scripts/generate_chat_info.py @@ -14,6 +14,7 @@ def main(): channels_list = [] messages_total = 0 messages_recent = 0 + cohortes = [] recent_date = datetime.now() - monthdelta() @@ -33,7 +34,9 @@ def main(): messages_total += int(channel["msgs"]) date = channel["lm"] channel_date = datetime.strptime(date, "%Y-%m-%dT%H:%M:%S.%fZ") - if channel_date > recent_date: + if channel["name"].startswith("cohorte-"): + cohortes.append(channel["name"][8:]) + if channel_date > recent_date: channels_recent += 1 print("Check messages for channels {}".format(channel['name'])) @@ -66,7 +69,8 @@ def main(): "messages": { "total": messages_total, "recent": messages_recent - } + }, + "cohortes": cohortes } save(info) diff --git a/site/crapaud-fou.css b/site/crapaud-fou.css index 304ff66..d9af293 100644 --- a/site/crapaud-fou.css +++ b/site/crapaud-fou.css @@ -73,4 +73,4 @@ li { .stats-title { border-bottom: 1px dotted #aaa; color: #333; -} \ No newline at end of file +} diff --git a/site/crapaud-fou.js b/site/crapaud-fou.js index de13a8d..116d1f3 100644 --- a/site/crapaud-fou.js +++ b/site/crapaud-fou.js @@ -16,6 +16,13 @@ $(document).ready(function() { var li = $("
Les cohortes de crapauds sont des regroupements locaux, pour se voir dans la vraie vie.
-Suivez leur activité sur la page wiki des cohortes.
+Suivez leur activité sur la page wiki des cohortes ou rejoignez-les sur leurs canaux de discussion:
++