diff --git a/scripts/generate_chat_info.py b/scripts/generate_chat_info.py index fcafa10..9d9029c 100644 --- a/scripts/generate_chat_info.py +++ b/scripts/generate_chat_info.py @@ -22,9 +22,9 @@ def main(): rocket = Connection() - # print("Check users") - # users = getAllActiveUsers(rocket) - # crapauds_total = len(users) + print("Check users") + users = getAllActiveUsers(rocket) + crapauds_total = len(users) print("Check channels") channels = getAllChannels(rocket) diff --git a/site/data/chat.json b/site/data/chat.json index 74d630e..104186f 100644 --- a/site/data/chat.json +++ b/site/data/chat.json @@ -1 +1 @@ -{"crapauds": {"total": 2180, "recent": 0}, "canaux": {"total": 184, "recent": 103, "liste": ["activite-et-travail", "agenda", "algoculture", "animation-crapauds", "audio-visuel-libre", "bresil", "cause-animale", "cercle-autonomie-energetique", "cercle-blockchain-crypto", "cercle-collaboratif"]}, "messages": {"total": 192177, "recent": 0}, "cohortes": ["2607", "34", "barcelone", "belgique", "bourgogne", "bretagne", "centre", "grand-est", "grece", "grenoble", "hdf", "ile-de-france", "la-reunion", "loire", "lyon-st-etienne", "normandie", "paca", "paysdesavoie", "sud-ouest", "suisse"]} \ No newline at end of file +{"crapauds": {"total": 2180, "recent": 96}, "canaux": {"total": 184, "recent": 103, "liste": ["semourais", "techos", "right-to-repair", "libre", "cratube", "reflexion-sur-lamour", "reflexion-sur-l-argent", "animation-crapauds", "lucarn", "empowerment"]}, "messages": {"total": 192195, "recent": 11788}, "cohortes": ["2607", "34", "barcelone", "belgique", "bourgogne", "bretagne", "centre", "grand-est", "grece", "grenoble", "hdf", "ile-de-france", "la-reunion", "loire", "lyon-st-etienne", "normandie", "paca", "paysdesavoie", "sud-ouest", "suisse"]} \ No newline at end of file