Posts

Showing posts with the label pidgin

Convert pidgin conversation log to Adium format (pidgin2adium.py)

Source code download Usage: Obtain a copy of your pidgin conversation log folder (See "Pidgin conversation log location" below on how to locate it on Windows). Also identify the location of the Adium conversation log. Put BeautifulSoup.py (from BeautifulSoup 3 ) and this file in the same folder. Edit the user input parameters section and the Adium specific parameters section if needed. Then run python pidgin2adium.py . You may choose to use options to override the parameters. python pidgin2adium.py --indir INDIR --outdir OUTDIR --username IMACCOUNTUSERNAME --domain IMACCOUNTDOMAIN --service IMSERVICEPROTOCOL   Pidgin conversation log location: For Windows 2000/XP/Vista/7, entering %APPDATA% in your Windows Explorer address bar will take you to the right directory. Windows XP -- C:\Documents and Settings\USERNAME\Application Data . Windows Vista/7 -- C:\Users\USERNAME\AppData\Roaming . Windows 98/ME -- C:\Windows\Profiles\username . The default can be ...