Você precisará do gir1.2-gwibber-0.2 instalado.
Aqui está um exemplo básico:
from gi.repository import Gwibber
s = Gwibber.Service ()
s.send_message ("This is a status update", None, None, None)
Descrição dos parâmetros (que você provavelmente pode ignorar):
"""
send_message: Posts a message
@message: The message to post to Gwibber as a string or None
@id: The gwibber message id or None
@action: The action or None (reply, private)
@account_id: The ID of the account to post from or None
"""
E para um exemplo mais detalhado, você pode ver o tutorial .