Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 795 Bytes

fbridge

fbridge bridges facebook messenger with any service supported by matterbridge trough the API interface.

fbridge is using fbchat to connect to facebook.

Requirements:
$ pip install requests
$ pip install fbchat
$ pip install toml

Run the bridge:

$ python3 fbridge.py

fbridge will send any message received to “defaultgateway”. This needs to be in your matterbridge.toml file. You can then sort out the messages you want by added the threadID to config.toml

Matterbridge needs to be restarted any time you want to reconnect this client. There is some issue causing messages to be dropped if not.

I am a GO developer so there is improvements to be made to my python. Pull requests and improvement suggestions are welcome.