FBLinkScraper | Python project to filter out all the links
kandi X-RAY | FBLinkScraper Summary
kandi X-RAY | FBLinkScraper Summary
FBLinkScraper is a Python library typically used in Telecommunications, Media, Media, Entertainment applications. FBLinkScraper has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. However FBLinkScraper build file is not available. You can download it from GitHub.
A python script to download all the links shared in an entire conversation from Facebook. Outputs the conversation in a JSON format, as well as the JSON for each individual chunk.
A python script to download all the links shared in an entire conversation from Facebook. Outputs the conversation in a JSON format, as well as the JSON for each individual chunk.
Support
Quality
Security
License
Reuse
Support
FBLinkScraper has a low active ecosystem.
It has 10 star(s) with 5 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. On average issues are closed in 1880 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of FBLinkScraper is current.
Quality
FBLinkScraper has no bugs reported.
Security
FBLinkScraper has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
FBLinkScraper is licensed under the LGPL-3.0 License. This license is Weak Copyleft.
Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.
Reuse
FBLinkScraper releases are not available. You will need to build from source code and install.
FBLinkScraper 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 FBLinkScraper
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of FBLinkScraper
FBLinkScraper Key Features
No Key Features are available at this moment for FBLinkScraper.
FBLinkScraper Examples and Code Snippets
No Code Snippets are available at this moment for FBLinkScraper.
Community Discussions
No Community Discussions are available at this moment for FBLinkScraper.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install FBLinkScraper
Run for both chat.py and group_chat.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