Is it possible to query gwibber from command line?

Asked by benjamin

I recently made an applet for Cairo-Dock to check a Facebook account. I want to improve that and widen its scope. I believe gwibber is a good program to refer to with this applet. Can i querry gwibber from command line or do i need to go through DBus?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Gwibber Edit question
Assignee:
No assignee Edit question
Solved by:
Sergey Prokhorov
Solved:
Last query:
Last reply:
Revision history for this message
Best Sergey Prokhorov (seriy-pr) said :
#1

You can use DBus for interact with gwibber. It uses JSON message format. See http://bazaar.launchpad.net/~gwibber-committers/gwibber/trunk/view/head:/gwibber/microblog/dispatcher.py

Revision history for this message
benjamin (jesuisbenjamin) said :
#2

Thanks Sergey Prokhorov, that solved my question.