Skip to content

Commit

Permalink
feat: Add encode_txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoquiet committed Jun 28, 2022
1 parent d8405a3 commit 15ccaa6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
5 changes: 5 additions & 0 deletions encode_txt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
with open('fairy_archive/2022.06.txt', 'r', encoding='euc-kr') as f:
while True:
log = f.readline()
if not log: break
print(log, end='')
29 changes: 15 additions & 14 deletions fairy_archive/2022.06.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
2022-06-23T19:14:20 <������(��������)> <KERT> 439817891240607746 1
2022-06-25T23:11:17 <21_������> <KERT> 392909940705984532 0
2022-06-25T23:30:36 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0
2022-06-25T23:34:20 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0
2022-06-26T12:39:32 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0
2022-06-26T12:39:46 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0
2022-06-26T14:14:49 <����Ȳ> <�ƴ� ��Ʈ> 511515493610553344 0
2022-06-26T14:15:16 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0
2022-06-26T14:15:19 <22_������> <�ƴ� ��Ʈ> 697471340898287657 0
2022-06-26T14:37:28 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0
2022-06-26T14:38:15 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0
2022-06-26T14:38:44 <����Ȳ> <�ƴ� ��Ʈ> 511515493610553344 0
2022-06-26T18:54:08 <������> <KERT> 411066423025336320 0
2022-06-26T21:47:41 <������(��������)> <KERT> 439817891240607746 0
2022-06-23T19:14:20 <이지성(코코조용)> <KERT> 439817891240607746 1
2022-06-25T23:11:17 <21_이주형> <KERT> 392909940705984532 0
2022-06-25T23:30:36 <이지성(코코조용)> <아는 컬트> 439817891240607746 0
2022-06-25T23:34:20 <이지성(코코조용)> <아는 컬트> 439817891240607746 0
2022-06-26T12:39:32 <이지성(코코조용)> <아는 컬트> 439817891240607746 0
2022-06-26T12:39:46 <밀라봉봉> <아는 컬트> 942042864823717898 0
2022-06-26T14:14:49 <영지황> <아는 컬트> 511515493610553344 0
2022-06-26T14:15:16 <이지성(코코조용)> <아는 컬트> 439817891240607746 0
2022-06-26T14:15:19 <22_조은정> <아는 컬트> 697471340898287657 0
2022-06-26T14:37:28 <밀라봉봉> <아는 컬트> 942042864823717898 0
2022-06-26T14:38:15 <밀라봉봉> <아는 컬트> 942042864823717898 0
2022-06-26T14:38:44 <영지황> <아는 컬트> 511515493610553344 0
2022-06-26T18:54:08 <신찬규> <KERT> 411066423025336320 0
2022-06-26T21:47:41 <이지성(코코조용)> <KERT> 439817891240607746 0
2022-06-26T23:46:41 <이지성(코코조용)> <아는 컬트> 439817891240607746 0

0 comments on commit 15ccaa6

Please sign in to comment.