Livejournal
Ruby client for LiveJournal (migrated from the darcs repo)
Install / Use
/learn @romanbsd/LivejournalREADME
ljrb: LiveJournal Ruby module
Copyright: Copyright (C) 2005 Evan Martin martine@danga.com
Website: http://neugierig.org/software/livejournal/ruby
Documentation: http://rubydoc.info/gems/livejournal/
Example usage: require 'livejournal/login'
puts "Logging in..."
user = LiveJournal::User.new('test', 'test')
login = LiveJournal::Request::Login.new(user)
login.run
puts "Login response:"
login.dumpresponse
puts "User's full name: #{user.fullname}"
LiveJournal Datatypes
- LiveJournal::Server
- LiveJournal::User
- LiveJournal::Entry
- LiveJournal::Comment
- LiveJournal::Friend
Implemented Requests
Login Requests
- LiveJournal::Request::Login
Friend Requests
- LiveJournal::Request::Friends
- LiveJournal::Request::FriendOfs
- LiveJournal::Request::CheckFriends
Entry Requests
- LiveJournal::Request::PostEvent
- LiveJournal::Request::GetEvents
- LiveJournal::Request::EditEvent
Comments Requests
- Livejournal::Request::GetComments
- Livejournal::Request::GetRecentComments
Journal Offline Synchronization
- LiveJournal::Sync::Entries
- LiveJournal::Sync::Comments See samples/export for an example of how to use these.
SQLite3 Support
- LiveJournal::Database -- storing/loading entries+comments with SQLite3 Integrates well with syncing. See samples/export.
Other Features
- LiveJournal::LogJam -- interface with LogJam (http://logjam.danga.com) 's journal exports. (XXX currently broken)
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
