Skip to content

BitlBee

Install BitlBee

emerge --ask app-im/bitlbee
apt install bitlbee
  • Example Usage: Add Accounts
account add gtalk <gmail_user> <password>
account twitter <twitter_user> <paste_otp>
account skype <skype_user> <password>
account jabber <jabber_user> <password>
  • Save Settings & Connect
save
account on

BitlBee Facebook

Install BitlBee for Facebook

emerge --ask net-im/bitlbee-facebook
  • Add Facebook/Messenger Account
account add facebook <username> <password>
account facebook on
save

BitlBee Steam

Install BitlBee for Steam

emerge --ask net-im/bitlbee-steam
  • Add Steam Account
account add steam <username> <password>
account steam on
  • Authenticating with SteamGuard
account steam set authcode <code>
  • Captcha interaction may be required
account steam set captcha <text>
  • Output game play status to the account channel(s)
account steam set game_status true
account steam on

BitlBee Telegram

Add telegram-tdlib account

account add +phoneNumber

Set full_name to get Proper usernames

account telegram-tdlib set nick_format %full_name
/server add BitlBee <hostname> -tls=no -tls_verify=no -username=<username> -autoconnect
/connect BitleBee
register odemnn
account add telegram-tdlib <phone_number>
account add facebook <mail> <password>
account add jabber <mail> <password>
save
set display_namechanges true
set nick_format %full_name
set status 'Tomorrow is just your future yesterday!'
channel &telegram set show_users online%,away+,offline
channel &facebook set show_users online%,away+,offline

channel &jabber set show_users online%,away+,offline

save

Jabber

Add jabber account

account add jabber jabberUser jabberPassword

Facebook

Add Facebook Account

account add facebook facebookUser facebookPassword

Configuration for Facebook

/join #facebook
set nick_source %full_name
set fill_by account
channel facebook set account facebook
channel facebook set show_users `online+,away,offline
channel facebook set show_users = `online+,away,offline'
channel facebook set set display_namechanges true
set display_namechanges true
account facebook set nick_format %full_name
save