Metadata-Version: 2.1
Name: Facebook-Friend-Photos-Download
Version: 1.0.0
Summary: A simple tool to download all photos (from all albums) from your friend's facebook.
Home-page: https://github.com/nguyenph88/Facebook-Friend-Photos-Download
Author: Peter Nguyen
Author-email: nguyenph882@gmail.com
License: UNKNOWN
Description: # Facebook Friend's Photos Download
        
        [![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)
        
        [![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
        
        FFPD is a simple script that allows you to download all photos from your friend's albums.
        
        # New Features
        
          - You can download photos from either Page or User
          - Each download will be saved in separated folder
        
        ### How to use
        First, install `FFPD` with `pip`:  
        ```bash
        $ pip install FacebookFriendPhotosDownload
        ```  
        
        Then refert to the example.py as below:
        
        **Example code**  
        
        ```python
        from FacebookFriendPhotosDownload import FFPD
        
        bot = FFPD(token=your_facebook_token, user_id=user_of_of_your_friends_account)
        ```
        
        
        License
        ----
        
        MIT
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
