fbchat icon indicating copy to clipboard operation
fbchat copied to clipboard

Facebook Chat (Messenger) for Python

Results 109 fbchat issues
Sort by recently updated
recently updated
newest added

Hello, I'm fetching images from Google Drive in my app, is there a way to pass them to sendLocalFiles() (bytes, BufferedImage?) without needing to download them locally - so I...

## Description of the problem Sending messages fails with the message Error when getting jsmods_require: {$JSON} Facebook might have changed protocol ## Code to reproduce ```py import getpass import fbchat...

## Description of the problem The URL from fbchat.Client().fetchThreadInfo(t_id)[t_id].photo is really tiny, and I can't seem to find any way to change that URL to get a larger version. fetchUserInfo()...

enhancement
help wanted
question

Hi everyone, I've been working on `v2` for a while now, and it's getting close to a point where I can start making alpha releases! However, reworking this has been...

help wanted

## Description of the problem Example: After sending a message, I get a long spagetti of text. But the message gets sent. ## Code to reproduce ```py client = Client('email',...

## Description of the problem I used fbchat to send one message and then logged out. The message was sent, fbchat returned a long json string, and shortly thereafter, FB...

After 75 message sent it is saying a security check is required. I dont know how to resolve this.

bug
enhancement
help wanted

## Description of the problem AttributeError when using doOneListen() What I'm trying to do is the following: I have an application running with Qt. When the application starts I create...

## Description of the problem Logging in fails when 2FA is enabled. ## Code to reproduce ```py import fbchat session = fbchat.Session.login("USER", "PW", on_2fa_callback=lambda: input("2FA Code: ")) ``` ## Traceback...

bug

I am using fbchat for odoo module to send text message and local images, the sendMessage function works fine, but the function sendLocalImage gives IOError. this is my xml code:...