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
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea857a2e39af1d9b1dd5176a61ff2becd445a1b81700a9e11c9292c7de40ac9e
|
|
| MD5 |
c242b945055ebedec16aea71eeaf4bb3
|
|
| BLAKE2b-256 |
98c618eedac1ab743f0236cffa4a307e6318b42a4959064b95b85aec6bde36e2
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113133b26965d25274012f7fcf269dc747a952ccd4c8118a888df79b51a96006
|
|
| MD5 |
8f94e7f54681a240c18c609b249840ec
|
|
| BLAKE2b-256 |
d2e82b17ebf8064a0e23ecb84f27a85f64e1f16dfd55884245942df2b8bbd34b
|