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

AttributeError: module 'fbchat' has no attribute 'Session' import fbchat session = fbchat.Session.login("", "") listener = fbchat.Listener(session=session, chat_on=False, foreground=False) for event in listener.listen(): if isinstance(event, fbchat.MessageEvent): print(f"{event.message.text} from {event.author.id} in {event.thread.id}")...

Hello there I have created a python file that I can use to send a message to my own ID, I get this error below. When i trace back the...

I created custom colors for class ThreadColor Old colors : MESSENGER_BLUE = "#0084ff" VIKING = "#44bec7" GOLDEN_POPPY = "#ffc300" RADICAL_RED = "#fa3c4c" SHOCKING = "#d696bb" PICTON_BLUE = "#6699cc" FREE_SPEECH_GREEN =...

## Description of the problem After successfully sent message I'm getting an error: Cannot invoke service for `fbchat' Traceback (most recent call last): File "/opt/mqttwarn/lib/python2.7/site-packages/mqttwarn/core.py", line 508, in processor notified...

sendUri(link) will send the preview for the link in chat Fixes issues such as https://github.com/carpedm20/fbchat/issues/424 and https://github.com/carpedm20/fbchat/issues/461

Facebook changed response format. ServerJSDefine is no longer in it.

Hey everyone. As you might have noticed, I haven't made any progress on this project since some time in June, and haven't really answered issues long before that. I've just...

help wanted

## Description of the problem Hello, Trying to loggin with FBChat but I always have the following error despite on my FB account I've a notification that "someone try to...

This appears related to the recent discussions in https://github.com/fbchat-dev/fbchat/issues/613 __Originally posted by @elixx in https://github.com/fbchat-dev/fbchat/issues/616#issuecomment-711476643__

I tried this and if i put right credentials it always write that i have wrong password Used example echo bot ## Environment information - Python version - 3.7.3 -...

bug
help wanted