-
Once I switched inspect over to funcsigs here's the error I get
bash-4.3# gunicorn server:app
[2017-05-17 06:23:18 +0000] [10] [INFO] Starting gunicorn 19.7.1
[2017-05-17 06:23:18 +0000] [10] [I…
-
I am suggesting that this script splits conversations each in separate file. Can this feature be added to your script somehow?
-
i tried to compare payload with facebook messenger running in a browser and payload seems to be the same except of the missing `__dyn` argument. can it be related?
-
Hi devs,
Is it possible to send attachments or pictures with fbchat?
If it's possible, how can I do that?
-
There's a noticeable delay in each call to get_json. Since the cruft at the beginning is always the same, why not use a slice operation instead of a regex?
-
somewhen in the last 24h i started getting an error similiar to #157, yesterday everything was working, so i am assuming it is not a duplicate of #157 but facebook must have changed something
upgr…
-
Im working on a simple chat client so I dont always need to have my facebook open, I got this working and was messaging my friend on it while testing it.
It was all working, i closed the script then …
-
After the fix proposed by @Charliiee I wrote this code, his purpose is to use a list of person to send them a message (today's agenda):
```
Tabl=[List of people name]
for index, item in enumerate(Tab…
-
ValueError: This EventHook must be called with these keyword arguments: (email=str), but was called with: ({'email': })
Fasic updated
7 years ago
-