Browse Source

nouveaux messages

pull/1/head
DemiSel 2 years ago
parent
commit
9475ed0219
6 changed files with 183224 additions and 122790 deletions
  1. 31029
    31438
      data/message_1.json
  2. 31512
    30835
      data/message_2.json
  3. 31403
    31752
      data/message_3.json
  4. 33482
    28765
      data/message_4.json
  5. 55793
    0
      data/message_5.json
  6. 5
    0
      export_data-v2.py

+ 31029
- 31438
data/message_1.json
File diff suppressed because it is too large
View File


+ 31512
- 30835
data/message_2.json
File diff suppressed because it is too large
View File


+ 31403
- 31752
data/message_3.json
File diff suppressed because it is too large
View File


+ 33482
- 28765
data/message_4.json
File diff suppressed because it is too large
View File


+ 55793
- 0
data/message_5.json
File diff suppressed because it is too large
View File


+ 5
- 0
export_data-v2.py View File

123
     plt.show()
123
     plt.show()
124
 
124
 
125
 
125
 
126
+def consoleDisplay(participations):
127
+    for participation in participations[:20]:
128
+        print(participation)
126
 # ------------------------------------------------
129
 # ------------------------------------------------
127
 #                   Main Code
130
 #                   Main Code
128
 # ------------------------------------------------
131
 # ------------------------------------------------
134
     messages = filterMessages(messages)
137
     messages = filterMessages(messages)
135
 
138
 
136
     participation = computeParticipation(messages)
139
     participation = computeParticipation(messages)
140
+    
141
+    consoleDisplay(participation)
137
     displayParticipation(participation)
142
     displayParticipation(participation)
138
 
143
 
139
 if __name__ == "__main__":
144
 if __name__ == "__main__":

Loading…
Cancel
Save