Metadata-Version: 1.1
Name: Facebook-PyBot
Version: 0.8b4
Summary: This is an Unofficial Facebook bot API in python. Facebook Bots can be build using this library.
Home-page: https://github.com/hundredeir/Facebook_PyBot
Author: hundredeir
Author-email: hundredeir@protonmail.com
License: GPL3
Description-Content-Type: UNKNOWN
Description: Readme:
        
        # Project Title
        
        Facebook_PyBot
        
        ## Description
        This is an Unofficial Facebook bot API in python. Facebook Bots can be build using this library.
        
        
        ## Installing
        Using pip:
        
        
        	pip install Facebook_PyBot
        
        Or install from the source with:
        
        
        	$ git clone https://github.com/hundredeir/Facebook_PyBot
        	$ cd Facebook_Pybot
        	$ python setup.py install
        
        ## Wiki
        https://github.com/hundredeir/Facebook_PyBot/wiki/Getting-Started
        
        ### Docs
        
        https://facebook-pybot.readthedocs.io/en/latest/
        
        
        Note: 
        1. This wrapper is still in beta. there are yet features missing and bugs may occur. Please report any issues or features requests 
        2. It is higly recommended to fist read the documentation here https://developers.facebook.com/docs/messenger-platform
        
        A wiki is in work in progress
        
        
Keywords: Facebook Bot API Wrapper Python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
Classifier: Programming Language :: Python
