Backup Wretch BBS article
http://blog.outian.net/archives/409
Backup PTT article
http://wish.kuso.cc/crawler.html
And backup PTT program must convert its file to html format additionally
with txt2html program.
txt2html program can be found in Outian's download package.
Finally, you can write a shell script to do it conveniently.
--------------------------------------------------
#!/bin/bash
#convert .sh
for i in *.ans;
do
./txt2html $i `basename $i .ans`.html
done
--------------------------------------------------
文章標籤
全站熱搜

以下內文已回報給作者. ------------------------------ 今天發現ptt bbs perl script自動登入那部份有個小bug 就是在登入的時候有些人帳號的信箱已滿的話會發生逾時錯誤 解決方法為在login宣告的地方修改程式碼就可以解決了:) "酸甜苦辣板" => "q", "超出上限" => "\n", "鴻雁往返" => "q"
http://pank.org/blog/