hacking a friends list feed for livejournal

5

Click here to load reader

Upload: alberto-simoes

Post on 08-May-2015

2.919 views

Category:

Technology


2 download

DESCRIPTION

Presentation about hacking a friends list for Live Journal in Perl, by Paula Valença.

TRANSCRIPT

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