pasalino / facebook-conversation-downloader

Get Messenger Conversation From FanPage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Conversations Downloader

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.

Licensing

This script uses the Apache License, version 2.0 . Please see the library's individual files for more information.

Reporting Issues

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 .

Build & Install

After install python on your laptop, copy a script in any folder and launch it

Requirements

Use pip install -r requirements.txt for install dependences

Using the script

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.

Copyright and License

©2018 de Simone Pasqualino (pasalino). All Rights Reserved.

Contributor

About

Get Messenger Conversation From FanPage


Languages

Language:Python 100.0%