Metadata-Version: 1.1
Name: Facebook_PyBot
Version: 0.7a10
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: 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 alpha. Even though everything is working but things may change for the improvement of the module.
        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 :: 3 - Alpha
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
