معرفی شرکت ها


Facextractor-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Facebook Data Extractor, simple tool for read and analyze facebook dump (JSON format)
ویژگی مقدار
سیستم عامل -
نام فایل Facextractor-1.0.2
نام Facextractor
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jakub Janeček
ایمیل نویسنده jakub.janecek@fw-fw.cz
آدرس صفحه اصلی https://github.com/geekmoss/facextractor
آدرس اینترنتی https://pypi.org/project/Facextractor/
مجوز MIT
Facextractor ============ Facebook Data Extractor, simple tool for read and analyze facebook dump (JSON format). ## Instalation PyPI ```bash pip install Facextractor ``` or from source: ```bash git clone https://github.com/geekmoss/facextractor.git cd facextractor pip install . ``` and for bash complete: ```bash bash bash-complete.sh ``` ## Using ### CLI ```bash # 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 ```python 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 ```


نیازمندی

مقدار نام
- Click


نحوه نصب


نصب پکیج whl Facextractor-1.0.2:

    pip install Facextractor-1.0.2.whl


نصب پکیج tar.gz Facextractor-1.0.2:

    pip install Facextractor-1.0.2.tar.gz