/chatlog

A simple service to download and filter Facebook App's chat logs

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

💬 chatlog

A simple service to download and filter Facebook App's chat logs


Pre-requisites

  • Python3 and project requirements
  • The Page Access Token from some Facebook App (this requires at least Developer clearance)
  • The Page ID from some Facebook App

Usage

  • Add necessary info to main.py
  • Run the script

Credits

This service is mostly based on eisenjulian's work, specifically his fb-page-chat-download repo.