-
Notifications
You must be signed in to change notification settings - Fork 42
Doesn't work anymore? #3
Comments
Yeah, I am having the exact same problem. I've spent hours trying to debug this problem but can't really think of a reason. I wonder, Why this happening. |
I found out the solution while checking out Pull #4. FB has added a |
Hi @dufferzafar don't you know how can I make it work with dumper.py? the pull you referenced only affects group_dumper.py. I'm trying to scrape a single conversation, but keep getting the last 2000 messages. |
@szmarci the same trick is required to get it working with I have a similar script here, in case you need it. https://github.com/dufferzafar/Python-Scripts/blob/master/Facebook/Conversations/messages.py |
@szmarci I've modified the original script to work with facebook's new
|
This is great — seems to be working for me! |
Included these changes in my fork, which also includes a stdin header parser to make your life easier, if you run this frequently like I do! |
I remember this used to work, but now when I try it on a normal size conversation (a few thousand msgs) it endlessly scraps the first 2000 messages..
The text was updated successfully, but these errors were encountered: