Livejournal
Log in
Post
Friends
My journal
_winnie
analyze me
Mar 13, 2012 07:40
Как я сказал, можно легко экспортировать ЖЖ в xml, xpath-friendly (
Read more...
)
antropology
,
lj
,
diary
Leave a comment
Comments 2
moonofnovember
March 13 2012, 20:00:13 UTC
Выложишь скрипт которым это делалось?
Reply
_winnie
March 13 2012, 20:50:08 UTC
Да там нечего выкладывать
xpath ( отсюда -
http://xmlstar.sourceforge.net/
) выдергиваем даты:
xml sel -t -m "//comment[./author/name/text()='_winnie']/eventtime" -v . -n dump.xml > out_comments_time.txt
xml sel -t -m /livejournal/entry/eventtime -v . -n dump.xml > out_posting_time.txt
Рисуем:
http://pastebin.com/TmviGezH
Reply
Leave a comment
Up
Comments 2
Reply
xpath ( отсюда - http://xmlstar.sourceforge.net/ ) выдергиваем даты:
xml sel -t -m "//comment[./author/name/text()='_winnie']/eventtime" -v . -n dump.xml > out_comments_time.txt
xml sel -t -m /livejournal/entry/eventtime -v . -n dump.xml > out_posting_time.txt
Рисуем: http://pastebin.com/TmviGezH
Reply
Leave a comment