解析 PTT BBS 檔案
PichuChen opened this issue · 6 comments
PichuChen commented
這個 ISSUE 紀錄需要被解析的檔案以及解析的進度
- 使用者記錄檔 (PASSWDS)
- 進行中 https://github.com/PichuChen/go-bbs/issues/1
- 目前基本功能解析和轉換回二進位檔的部分已經完成,棋院相關的功能還沒做。
- 看板列表 (.BRD)
- 看板內文章列表 (.DIR)
- 看板內文摘檔案 (.Names)
- 文章內文解析
- 最近登入紀錄 (logins_recent)
- .polling
- .post
- 登入失敗紀錄 (logins.bad)
- reg.wait
- register.log
- usies
- 我的最愛列表 (.fav)
- 於 #21 進行中
- 二進位轉換成 golang struct 的部分好了,以及 go struct 轉換回二進位的部分也好了
- 聊天室紀錄檔
- 使用者名片檔
- 使用者簽名檔
ifanchu commented
I can take logins.bad
PichuChen commented
.Names 的格式是不是和 .DIR 類似啊?
ifanchu commented
logins.bad
可以check了
ifanchu commented
I can take register.log