소스 검색

nouveaux messages

pull/1/head
DemiSel 2 년 전
부모
커밋
9475ed0219
6개의 변경된 파일183224개의 추가작업 그리고 122790개의 파일을 삭제
  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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 31512
- 30835
data/message_2.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 31403
- 31752
data/message_3.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 33482
- 28765
data/message_4.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 55793
- 0
data/message_5.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 5
- 0
export_data-v2.py 파일 보기

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

Loading…
취소
저장