You are viewing the community [info]lj_dev

LiveJournal Development [entries|archive|friends|userinfo]
LiveJournal Development

[ userinfo | livejournal userinfo ]
[ archive | journal archive ]

Downloading comments [Feb. 8th, 2012|04:56 pm]
kypeli
Hi all,

In order to process blog content for some academic research, I would need to download the comments for an article. I can already download the articles (by scraping the lightweight version of the article), but I am not quite sure how to download comments. One problem being that some comments must be expanded by clicking on a link before they are visible.

Are there any solutions available on how to download comments for public blog posts?
link3 comments|post comment

Downloading all public articles from a blog [Jan. 28th, 2012|06:21 pm]
kypeli
[Tags|, , , ]

Hi all,

I am looking for a way (for academic research) to download all articles from a blog in XML/JSON format. Is this somehow possible? I know of the RSS feed mentioned on http://www.livejournal.com/bots/ but then I only get the most recent articles from a blog, not all of them.

I would also be interested in a way to get a specific article's content in XML/JSON format, if I know the direct URL to it. I haven't found a way to do this (other than, again, the RSS feed, but the article might not be listed in the feed as it shows only the recent articles from that blog).

I am new to LiveJournal so any help is highly appreciated :) Thanks!
link10 comments|post comment

Timeout [Jan. 25th, 2012|08:42 pm]

va_dev
[Tags|, , ]

Hi,

Does anybody know what is the minimal allowed timeout between two xmlrpc requests to the LiveJournal server? Yes, I know, there is so called "Bot policy" (http://www.livejournal.com/bots/) that says: "do not connect more than five times per second.", but since LJ documentation is usually not up to date, I need some formal clarification on this, if possible.
Thanks.


Posted via Oragir v0.2 (beta)
link4 comments|post comment

Net::HTTP::Spore for multiple-service clients [Jan. 23rd, 2012|03:41 pm]

pauamma
[Tags|, , , , , ]

Been a while since we haven't had a discussion here that didn't revolve around "foo is broken!" or "how does bar work?" so I decided to throw this in for discussion:

Has anyone tried using the SPORE specification, Net::HTTP::Spore, or any of the other implementations (Ruby, Python, and PHP IIRC) to implement similar-but-not-identical clients for services based on LiveJournal or Dreamwidth? Any opinion of the modules themselves (if you've used them) or the spec and APIs (if you only read the docs) you'd like to share?
linkpost comment

iOS Library to work with LJ [Jan. 18th, 2012|04:36 am]

zapko
[Tags|, , , , ]

Hello, guys!

Is there any library or project for iOS (iPhone/iPad) to work with Livejournal API?

Thanks for your help!
linkpost comment

A list of posts from friends for a given day [Dec. 25th, 2011|08:15 pm]

youngracoon
Hi!

Is it possible to somehow get a list of posts from friends for a given day? Say, I want to get a list of posts from http://youngracoon.livejournal.com/friends/ written on Dec, 24. How would I do that? Any suggestion or a link to a proper chapter in documentation?

Thanks,
Rac
link7 comments|post comment

Alternative multipltform client for LiveJournal web-based service [Dec. 25th, 2011|12:05 am]

va_dev
[Tags|, , , , , , ]

Oragir project implements an alternative multipltform client for LiveJournal web-based service. In contrast to other clients that allow reading and writing new entries in LiveJournal for a single user at a time, Oragir provides fast and easy way to "watch" and filter all newly added entries from all LiveJournal users at run time and store filtering results for future use. Being written in c++ with using Qt toolkit oragir performs well on any supported platforms such as Windows, Linux, Mac etc.

Oragir 0.1 (beta) for Windows is released: http://sourceforge.net/projects/oragir/files/latest/download. For the rest of platforms you can build it from the sources.
I will appreciate your feedback and suggestions.

Here are some screenshots... )

linkpost comment

LJournaler 2.0 — reworked LJ client for iOS [Dec. 9th, 2011|03:34 am]

ljournaler
[Tags|, , , ]

Would like to present you an updated LiveJournal client for iOS (iPhone & iPad versions available). Great thanks for the community — it helped a lot in mining cloudy LJ API :)

A few screenshots for those who interested: )

Links for downloading:
iPhone-version
iPad-version
QRs:
qrcode qrcode

The first twenty authors who will write a post about the new client will get a free promo code for iPhone or iPad version (please leave the links in the comments, if you have more then 100 followers then you'll get promos for both devices)!
linkpost comment

XML-RPC get chalenge [Dec. 6th, 2011|08:05 am]

bigsauron
Hello,

Seems something happen with getchallenge.

My code, which worked about 3 years, now return false.
Does it changed something in interface?

Below my sources

Thank you


$request = xmlrpc_encode_request("LJ.XMLRPC.getchallenge", array());
$context = stream_context_create(array('http' => array(
'method' => "POST",
'header' => "Content-Type: text/xml",
'content' => $request
)));

$file = file_get_contents("http://www.livejournal.com/interface/xmlrpc", false, $context);
link2 comments|post comment

Intermittent XMLRPC outage? [Dec. 4th, 2011|08:24 pm]

feignedapathy
[Tags|, ]

I've been seeing a lot of empty responses out of the XML-RPC interface over the last few days -- is anything going on?
link5 comments|post comment

navigation
[ viewing | most recent entries ]
[ go | earlier ]