How to set Bitlbee (GTalk and Twitter) in Debian
BitlBee is an IRC gateway to other instant messaging networks which use different protocols (e.g: jabber, ICQ, AIM, MSN, etc)
From user point of view BitlBee acts as an IRC server which forwards your messages to other networks like Google Talk, Facebook, Twitter, Identica,
etc.
BitlBee official web page: http://www.biltbee.org
INSTALL BITLBEE (DEBIAN)
When writting this article current BitlBee version in Debian unstable was 3.0.5
This version allows us to authenticate using OAth.
$ aptitude show bitlbeePackage: bitlbee Version: 3.0.5-1.1 Description: An IRC to other chat networks gateway (default version)
Install BitlBee IRC gateway:
$ sudo aptitude install bitlbeeIf after configuring it we need to restart Bitlbee daemon
$ sudo service bitlbee restart