-
Is there a way to make the stats view show the total number of threads (either individual sessions, combined threads, etc)?
I’m trying to combine a bunch of already-written tools with some more cod…
-
# -*- coding: UTF-8 -*-
from fbchat import log, Client
class user1script(Client):
def onFriendRequest(self, from_id, **kwargs):
print "FReq"
…
-
HI,
fetchUnread() is broken , getting following error.
fbchat.models.FBchatFacebookError: Error when sending request: Got 404 response
-
I'm getting the following error when trying to run fbcap from terminal:
module 'html5lib.treebuilders' has no attribute '_base'
I gather this is due to some issue with newer versions of html5lib…
-
i find this python package awesome but have some doubts:
from fbchat import Client
from fbchat.models import *
client = Client('email', 'passw')
client.listen() gives me all the incoming message…
-
Hey guys,
When trying to pip install this from cloud9 IDE I get the following errors:
$ pip install fbchat-archive-parser
Collecting fbchat-archive-parser
Downloading fbchat_archive_parser-1…
-
If the fbpass contains '#', the fbchat.Client(fbid, fbpass) will fail.
Have verified this on a number of accounts. Passwords containing other punctuation may also be effected. The Client const…
-
Hi, I am trying use your tool to create a dictionary json file to train a chatbot to speak like me. I'm using this code
https://github.com/thePetrMarek/Bot_U
Which isn't working because it parses co…
-
**Getting error at a time of parsing the message.htm file**
**Related files are Attached**
[parse_file.zip](https://github.com/ownaginatious/fbchat-archive-parser/files/1380472/parse_file.zip)
##…
-
[parse_file.zip](https://github.com/adeshpande3/Facebook-Messenger-Bot/files/1380462/parse_file.zip)
**Getting error at a time of parsing the message.htm file**
### fbcap ./messages.htm > fbMess…