Bitlbee skyped

From wikinotes
~/.skyped/skyped.conf skyped main config
~/.skyped/skyped.cnf skyped certificate generation file

connection and setup:

packer -S skype4py-git									## Important, use git version. More up to date, no success with regular version.

mkdir ~/.skyped
cd ~/.skyped
cp /etc/skyped/skyped.conf /etc/skyped/skyped.cnf ~/.skyped/
#### ~/.skyped/skyped.conf
username = willpittman2
password = ## follow instuctions to create sha1sum of password
## Change following two entries to point to home directory (can't just use $HOME ?)
cd ~/.skyped
openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem -keyout skyped.key.pem

## Start Skype and Skyped and for this one time, run skyped as non-daemon
## and enable debug output just to make sure everything is working properly.
skype &
skyped -n -g


setup bitlbee within IRC client

irssi
/server localhost
acc add skype willpittman2 <password>				## Make sure you're on the irssi prompt '&bitlbee'
acc skype set server localhost						
account skype on											## initiate connection to skype (THIS WON'T WORK UNTIL REBOOT

Usage:

skyped														## skyped starts skype hidden automatically
irssi
## navigate to &bitlbee
account skype on											## start skype
cnelder: hello this is my message					## message a user that is online