Warning: session_start(): open(/tmp/sess_b6c9e63da85be961e7fbd8b4f085f799, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
AutoYahoo Emoticon Scraper openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

AutoYahoo Emoticon Scraper

   1.1.3  

KDE Other Utility

Score 64%
Link:  http://
Downloads:  683
Submitted:  Aug 27 2005
Updated:  Mar 13 2007

Description:

This Perl script downloads the emoticons (smileys) from messenger.yahoo.com and sets them up for use in e.g. Kopete.

No icons are included here. This simply automates the process of downloading each icon and setting up an appropriate emoticons.xml file.

Please do NOT redistribute the resulting emoticon theme.

To run, cd to the directory you saved this file in, then

mv 28271-autoyahoo autoyahoo
chmod +x autoyahoo
./autoyahoo

If you're lazy, "perl 28271-autoyahoo" should do the trick. #;)

To install the emoticons globally, run this script as root.

See http://www.kde-apps.org/content/show.php?content=28315 for the MSN version.




Changelog:

v1.1.3 - Fixed reference to MSN (non-critical)

v1.1.2 - Removed requirement for LWP and File::Temp

v1.1 - Added support for KDE 3.3 default directories




LicenseGPL
Send to a friend
Subscribe
Other  Content  from dirge
Report inappropriate content



-

 For other noobs

 
 by Zjovaz on: Aug 27 2005
 
Score 50%

For other noobs like me:
You need to be root when runing this perl script. :-)
Go to the dir where you downloaded this perl script and run it with command: perl 28271-autoyahoo

You will be asked where to put the emoticons.
I puted it in the folder /opt/kde3/share/emoticons/AutoYahoo

For German Kopete users:
Bei richtiger Ausführung des Scripts kannst Du bei Kopete im Menü Einstellungen, Kopete Einrichten..., Erscheinungsbild im Reiter Emoticons die AutoYahoo Emoticons auswählen und aktivieren.


Reply to this

-

 Re: For other noobs

 
 by dirge on: Aug 27 2005
 
Score 50%

Actually, you don't need to be root. Just choose or enter the path to your local (~/.kde) emoticons. On my system (FC4 KDE 3.4.2), it's ~/.kde/share/emoticons/ .. The script uses kde-config to get the prefixes, but your actual emoticon path may vary.

Hint: try "locate emoticons.xml" and look at the pattern of the resulting paths.

You can put this script somewhere in your path, chmod +x it, and just run it directly instead of invoking perl.


Reply to this

-

 Re: For other noobs

 
 by dirge on: Aug 27 2005
 
Score 50%

Forgot to mention... you might not have noticed this menu:

Select destination:
1 /home/yourusername/.kde/share/emoticons/AutoYahoo
2 /usr/share/emoticons/AutoYahoo
3 ./autoyahoo-yN1Dps
4 Custom
>

You can just enter 1, 2, 3, or 4.

#1 is obviously the local KDE path;
#2 is the global path requiring root;
#3 is the temporary workdir, and
#4 allows you to place it anywhere.

#1 and #2 are derived from kde-config and your KDE version. (Check if "kde-config --prefix" gives you "/opt/kde3".)

Enjoy... :)


Reply to this

-
.

 Slackware 10.1

 
 by maarizwan on: Aug 27 2005
 
Score 50%

I get this error

bash-3.00# perl 28271-autoyahoo Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/lib/perl5/5.8.6/i486- linux /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i486-linux /usr/lib/pe rl5/site_perl/5.8.6 /usr/lib/perl5/site_perl .) at 28271-autoyahoo line 7. BEGIN failed--compilation aborted at 28271-autoyahoo line 7.


Reply to this

-

 Re: Slackware 10.1

 
 by dirge on: Aug 27 2005
 
Score 50%

You're missing LWP, which is rather strange. Try "cpan install LWP" as root. If that doesn't work, "perl -MCPAN -e shell" then "install LWP".


Reply to this

-
.

 Re: Re: Slackware 10.1

 
 by maarizwan on: Aug 27 2005
 
Score 50%

thanks the command worked (installed lwp) then per AutoYahoo did the work :)


Reply to this

-

 Re: Slackware 10.1

 
 by dirge on: Aug 29 2005
 
Score 50%

Ok, I took out LWP and just used IO::Socket. This should make things easier for most distributions.


Reply to this

-

  AutoYahoo Emoticon

 
 by eadwinerose on: Feb 17 2007
 
Score 50%

I have gotten this scraper to work last night. Sending to a Yahoo user works great! Thank you very much!

Only one 'but' happens with Kopete and that is on my end. When a smiley is entered and sent (or received) it only uses the first characters of a smiley code in my screen. It doesn't use the full code to create one.

So.. on the phone :)] shows itself in Kopete as the :) smiley with a ] next to it. As said.. the Yahoo user sees the on the phone smiley, I see :) with a ]

Is there a way to fix that?


Reply to this

-

 Re: AutoYahoo Emoti

 
 by eadwinerose on: Feb 17 2007
 
Score 50%

Oh.. before I forget, I run SimplyMepis 6.0, KDE 3.5.3 and Kopete version is 0.11.3


Reply to this

-

 Re: Re: AutoYahoo Emoti

 
 by dirge on: Mar 13 2007
 
Score 50%

IIRC, this is a bug with slightly older versions of Kopete. The problem is gone in the version I'm using, 0.12.4.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team