This script is designed to create a file that contains a Page's Facebook conversations. The script extract all facebook page's conversations. This script use a graph API and create a single file with all conversations.
This script uses the Apache License, version 2.0 . Please see the library's individual files for more information.
If you have bugs or other issues specifically pertaining to this script, file them here . Bugs with the Graph API should be filed on Facebook's bugtracker .
After install python on your laptop, copy a script in any folder and launch it
Use pip install -r requirements.txt
for install dependences
Launch with:
python facebook_downloader.py -p page_id -a access_token -f ouputfile.txt
Parameter | Description |
---|---|
page_id | Facebook page id |
access_token | Access token with pages_messaging grant enabled |
Use Tool Graph API Explorer for get page-id and access-token
Use this link for understand how get facebook access token.
©2018 de Simone Pasqualino (pasalino). All Rights Reserved.