5
Hacking a friends list feed for LiveJournal Paula Valença aka phantas

Hacking a friends list feed for LiveJournal

Embed Size (px)

DESCRIPTION

Lightning talk at Portuguese Perl Workshop, Braga 2008

Citation preview

Page 1: Hacking a friends list feed for LiveJournal

Hacking a friends list feed for LiveJournal

Paula Valença aka phantas

Page 2: Hacking a friends list feed for LiveJournal

Because procrastination is an art

... and we all have more than 143 friends on LiveJournal (some of which we have actually met) ...

WHERE IS THE RSS FEED BUTTON ON THE LJ FRIENDS PAGE???

Woteva, I’ll do a script of my own... I mean, how long can that take, right?

Page 3: Hacking a friends list feed for LiveJournal

$ cvs ... *scared scream*

erm, what do you mean that you can’t access friends’ entries via the API? (nor much anything related)

ARG ARG BML ARG ARG S2 ARG ARG

solution: fix style, clean (X)HTML, XPath, plain old dirty parsing and extraction, LWP for authentication

Page 4: Hacking a friends list feed for LiveJournal

tidy + HTML::Tidy (HUGE)

why LJ does not provide a feed

bad bad code... no cookie

CGI (see above)? cookies?

still... it works... [DEMO]

Problems and ToDos