fbridge icon indicating copy to clipboard operation
fbridge copied to clipboard

Bridge facebook messenger with any service supported by matterbridge

Results 8 fbridge issues
Sort by recently updated
recently updated
newest added

you can see my error : ``` Paullux@dvkbuntu:~/fbridge$ python3 fbridge.py Logging in paulwoisard... Please enter your 2FA code --> 677061 Submitting 2FA code. Attempt #1 failed, retrying Traceback (most recent...

I feel like I'm so close, but maybe missing some detail somewhere. I'd be grateful if anybody could shed some light on what I'm doing wrong here! when I run...

First of all thank you for this project, Have you try to integrate your project in the docker image of matterbridge ? If yes, do you any example of configuration...

Minor improvement to username output. I'd like to implement using one channel to handle threaded messages from all facebook users, once we have https://github.com/42wim/matterbridge/pull/627 and/or https://github.com/42wim/matterbridge/issues/638

I use matterbridge and fbridge bridge facebook and slack, but in facebook, the messages forwarded from slack are not start with `[slack @username]` or my `RemoteNickFormat` config. I can send...

Hi! Thanks for this great tool, I got it working fairly easily. I will create a docker container for this when I have the time to make setting up easier....

Add jmsg["username"]+ before the message text jmsg["text"] being sent to Facebook messenger, in order to display the RemoteNickFormat (often set as username and origin service).

At least on python 3.5, msg was in binary format which resulted in a fatal error.