fbchat
fbchat copied to clipboard
Facebook Chat (Messenger) for Python
Can't login anymore due to Facebook detection then redirection at https://m.facebook.com/checkpoint/?_rdr Would appreciate a really quick fix to this :( Used the example echobot.py ## Traceback ``` Traceback (most recent...
It would be very much appreciated if the requirements.txt is included in the repository.
## Description of the problem I wrote a little script that automatically votes on a poll some time ago. It was working perfectly, but I recently saw that it suddently...
## Description of the problem The color thread doesn't change when a gradient is specified: (`TICKLE_ME_PINK`, `MALACHITE`, `RUBY`, `DARK_TANGERINE` and `BRIGHT_TURQUOISE`). The other colors do work. ## Code to reproduce...
## Description of the problem I have tried client.listen on 2 facebook accounts. One works no problem, the other was working until just recently and now it is not working....
I've been brewing ideas for `v2` for a while now (probably over a year), and I started implementing some of these ideas in a separate branch (completely rewriting the code)....
## Description of the problem fetchThreadList fails when a Marketplace thread type is returned (e.g. when you click on "Message Seller" in a "Buy and Sell" group). ## Code to...
I don't think this is an issue with fbchat but I can't really ask it anywhere else, so here goes: I've made a simple program that basically looked at all...
I removed the magic doc id numbers and moved them to an enum so that they could be better documented to understand what the code is doing. If there are...
In `_parseMessage`, you will recieve a lot of data with the type `buddylist_overlay`. Sample `msg`: ```json { "seq": 50, "t": "msg", "u": 1234567890, "ms": [ { "type": "buddylist_overlay", "overlay": {...