Projects tagged ‘pidgin’ and ‘python’


[6 total ]

2 Users
 

O NoticiasLinux informa sobre o CDLivre, um CD de softwares livres para Windows, nas categorias de Desenvolvimento, Design, Internet, Jogos, Multimídia, Produtividade e Utilitários. A idéia surgiu ... [More] nos preparativos do FLISOL 2006, como uma alternativa ao TheOpenCD com melhor aproveitamento do espaço disponível no CD e maior adaptação aos usuários brasileiros. [Less]
Created over 2 years ago.

1 Users

Python-purple is the first python binding for libpurple (used by Pidgin as communication library). It implements a python module which can be easily imported by python applications providing access to native libpurple methods.
Created 8 months ago.

0 Users

Cairo-dock plug-in for Pidgin IM. It simulates Adium behavior on OS X. Written on Python.
Created about 1 month ago.

0 Users

YaKoPi is a pure Python module for reading and writing (and effectively, converting) Yahoo! message archives of Yahoo! Messenger (r), Kopete (rw), and Pidgin (rw). >>> import yakopi >>> # Parse a ... [More] Kopete log file >>> kop = yakopi.kopete_parse('/home/konqi/.kde/share/apps/kopete/logs/\ ... YahooProtocol/konqi/katie.200802.xml') >>> kop.to_kopete() # return the content as a Kopete log file (XML) >>> # save the content as a Pidgin log file >>> kop.to_pidgin(outdir='/tmp') # saved as 2008-02-..txt >>> # Parse a Pidgin log file (same with gaim_parse) >>> pid = yakopi.pidgin_parse(['/home/konqi/.purple/logs/yahoo/konqi/\ ... katie/2008-02-11.223426.txt', ... '/home/konqi/.purple/logs/yahoo/konqi/katie/2008-02-14.152312.txt']) >>> pid.to_kopete(outdir='/tmp') # saved as katie.200802.xml >>> # Decode a Y!M message archive file >>> ym = yakopi.yahoo_decode(['C:\\Program Files\\Yahoo!\\Messenger\\Profiles\\\ ... konqi\\Archive\\Messages\\katie\\20080211-konqi.dat']) >>> # or you can do it like this: >>> ym = yakopi.yahoo_decode(['/path/to/archive.dat'], ... user_id='konqi', buddy_nick='katie') >>> ym.to_kopete() # output as Kopete log >>> ym.to_pidgin() # output as Pidgin log [Less]
Created 12 months ago.

0 Users

WhatWhyHowBugsAll bugs and rf (request for features) can be sended through Issue Tracker. For other things as help or code improvements, please contact me directly. AuthoringAuthor: Ricardo Ichizo
Created 11 months ago.

0 Users

The initial intent is to build a small footprint application for linux to update many social services at once. However, this is being developed using python to eventually port over to mac and windows.
Created 12 months ago.