Skip to main content

Facebook Data Extractor, simple tool for read and analyze facebook dump (JSON format)

Project description

Facextractor

Facebook Data Extractor, simple tool for read and analyze facebook dump (JSON format).

Instalation

PyPI

pip install Facextractor

or from source:

git clone https://github.com/geekmoss/facextractor.git
cd facextractor
pip install .

and for bash complete:

bash bash-complete.sh

Using

CLI

# Friends:
facextractor friends ./facebook-dump

# Chats:
# For summary of all chats
facextractor threads ./facebook-dump
# For summary of chat with John Doe
facextractor friends ./facebook-dump -f "John Doe"
# For summary of all chats where is John Doe is participant
facextractor friends ./facebook-dump -p -f "John Doe" 

Python Modules

from Facextractor import Friends, Threads

t = Threads("./facebook-dump")
t.describe()  # str: summary of all chats
t.analysis.photos  # int: count photos of all chats

t.threads[0].describe()  # str: summary of first thread in list

t.find_thread_by_name("John Doe")  # Thread: return thread for exact match
t.find_threads_by_participant("John Doe")  # List[Thread]: returns list of threads where is participant

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Facextractor-1.0.2.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

Facextractor-1.0.2-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file Facextractor-1.0.2.tar.gz.

File metadata

  • Download URL: Facextractor-1.0.2.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for Facextractor-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ea857a2e39af1d9b1dd5176a61ff2becd445a1b81700a9e11c9292c7de40ac9e
MD5 c242b945055ebedec16aea71eeaf4bb3
BLAKE2b-256 98c618eedac1ab743f0236cffa4a307e6318b42a4959064b95b85aec6bde36e2

See more details on using hashes here.

File details

Details for the file Facextractor-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: Facextractor-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for Facextractor-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 113133b26965d25274012f7fcf269dc747a952ccd4c8118a888df79b51a96006
MD5 8f94e7f54681a240c18c609b249840ec
BLAKE2b-256 d2e82b17ebf8064a0e23ecb84f27a85f64e1f16dfd55884245942df2b8bbd34b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page