FBMessageScraper | A python script to download facebook chats
kandi X-RAY | FBMessageScraper Summary
kandi X-RAY | FBMessageScraper Summary
FBMessageScraper is a Python library. FBMessageScraper has no bugs, it has no vulnerabilities and it has low support. However FBMessageScraper build file is not available. You can download it from GitHub.
A simple python script to download the entire conversation from Facebook, not limited like the one in the data dump provided by Facebook. Outputs the conversation in a JSON format, as well as the JSON for each individual chunk.
A simple python script to download the entire conversation from Facebook, not limited like the one in the data dump provided by Facebook. Outputs the conversation in a JSON format, as well as the JSON for each individual chunk.
Support
Quality
Security
License
Reuse
Support
FBMessageScraper has a low active ecosystem.
It has 175 star(s) with 44 fork(s). There are 8 watchers for this library.
It had no major release in the last 6 months.
There are 10 open issues and 0 have been closed. On average issues are closed in 1541 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of FBMessageScraper is current.
Quality
FBMessageScraper has no bugs reported.
Security
FBMessageScraper has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
FBMessageScraper does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
FBMessageScraper releases are not available. You will need to build from source code and install.
FBMessageScraper has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FBMessageScraper
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FBMessageScraper
FBMessageScraper Key Features
No Key Features are available at this moment for FBMessageScraper.
FBMessageScraper Examples and Code Snippets
No Code Snippets are available at this moment for FBMessageScraper.
Community Discussions
No Community Discussions are available at this moment for FBMessageScraper.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FBMessageScraper
Run for both dumper.py and group_dumper.py. You’re now all set to start downloading messages.
In Chrome, open [facebook.com/messages](https://www.facebook.com/messages/) and open any conversation with a fair number of messages
Open the network tab of the Chrome Developer tools
Scroll up in the conversation until the page attempts to load previous messages
Look for the POST request to [thread\_info.php](https://www.facebook.com/ajax/mercury/thread_info.php)
You need to copy certain parameters from this request into the python script to complete the setup:
Set the cookie value to the value you see in Chrome under Request Headers
Set the __user value to the value you see in Chrome under Form Data
Set the __a value to the value you see in Chrome under Form Data
Set the __dyn value to the value you see in Chrome under Form Data
Set the __req value to the value you see in Chrome under Form Data
Set the fb_dtsg value to the value you see in Chrome under Form Data
Set the ttstamp value to the value you see in Chrome under Form Data
Set the __rev value to the value you see in Chrome under Form Data
In Chrome, open [facebook.com/messages](https://www.facebook.com/messages/) and open any conversation with a fair number of messages
Open the network tab of the Chrome Developer tools
Scroll up in the conversation until the page attempts to load previous messages
Look for the POST request to [thread\_info.php](https://www.facebook.com/ajax/mercury/thread_info.php)
You need to copy certain parameters from this request into the python script to complete the setup:
Set the cookie value to the value you see in Chrome under Request Headers
Set the __user value to the value you see in Chrome under Form Data
Set the __a value to the value you see in Chrome under Form Data
Set the __dyn value to the value you see in Chrome under Form Data
Set the __req value to the value you see in Chrome under Form Data
Set the fb_dtsg value to the value you see in Chrome under Form Data
Set the ttstamp value to the value you see in Chrome under Form Data
Set the __rev value to the value you see in Chrome under Form Data
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page