07 juin 2008

Send sms with skype on linux

First, open a terminal an type the following comands :

wget http://heanet.dl.sourceforge.net/sourceforge/skype4py/Skype4Py-1.0.29.0.tar.gz
unp Skype4Py-1.0.29.0.tar.gz
cd Skype4Py-1.0.29.0/
sudo python setup.py install
cd ..

skype &

wget http://www.kolmann.at/philipp/linux/skysentials/skysentials-1.0.1.tar.gz
unp skysentials-1.0.1.tar.gz
cd skysentials-1.0.1/
./skysentials.py

now, into skype accept SkySentials to use skype and store this preselect.

You can now send sms.

2 commentaires:

Poli Jean-Michel a dit…

Merci, merci, un grand merci Emmanuel pour ta solution, ton accompagnement ... et çà marche !!!!!! :D

Jean-Michel

Tyzef a dit…

lorsque je lance la dernière commande j'obtiens le code suivant

Traceback (most recent call last):
File "./skysentials.py", line 13, in < module >
import Skype4Py
ImportError: No module named Skype4Py


pourtant j'ai exécuter chaque ligne sans retour d'erreur ...