samedi 7 février 2009

send SMS with SKYPE on fedora

We provide a set of commands that permits to enable sending sms on linux FEDORA. Note that sending SMS with skype is not free.

Requires:
1. Download and install skype
2. install python and python-devel
(as root) : yum -y install python python-devel

Installations steps:

3. As root, execute the following commands

wget http://heanet.dl.sourceforge.net/sourceforge\
/skype4py/Skype4Py-1.0.29.0.tar.gz

tar zxvf Skype4Py-1.0.29.0.tar.gz

cd Skype4Py-1.0.29.0/

python setup.py install

cd ..

4. From your account, Lunch skype:
skype&

5. Execute the following set of commands in your account

wget http://www.kolmann.at/philipp/linux/\
skysentials/skysentials-1.0.1.tar.gz

tar zxvf skysentials-1.0.1.tar.gz

cd skysentials-1.0.1/

./skysentials.py

6. have a fun

1 commentaire: