Sha256: 5dca270178843804860a946b0e93689152ca6492b6c8409bf6c83cb05d8f48f6
Contents?: true
Size: 338 Bytes
Versions: 2
Compression:
Stored size: 338 Bytes
Contents
Current alpha version of API to work with LiveJournal sudo gem install lj ///// require 'rubygems' require 'lj' auth = LJ::Client.new('username', 'password') client = LJ::Base.new(auth) client.event(title,body,keywords) #Post message to your journal client.comunity(comunity_name,title,body,keywords) # Post Message to your community
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lj-0.3.0 | Readme.txt |
lj-0.2.0 | Readme.txt |