Metadata-Version: 1.1
Name: telepot
Version: 2.34
Summary: Python wrapper for Telegram Bot API
Home-page: https://github.com/nickoala/telepot
Author: Nick Lee
Author-email: lee1nick@yahoo.ca
License: MIT
Description: Conforms to latest `Telegram Bot API <https://core.telegram.org/bots/api>`_ as of `September 7, 2015 <https://core.telegram.org/bots/api-changelog>`_.
        
        *Tutorial:*
        ===========
        
        - `Set up Telegram Bot on Raspberry Pi <http://www.instructables.com/id/Set-up-Telegram-Bot-on-Raspberry-Pi/>`_: teaches you how to set up a bot account and run the Dicey Clock example (below).
        
        *Examples:*
        ===========
        
        - `Skeleton <https://github.com/nickoala/telepot/blob/master/examples/skeleton.py>`_: a skeleton for your telepot programs. 
        
        - `Dicey Clock <https://github.com/nickoala/telepot/blob/master/examples/diceyclock.py>`_: a simple bot that rolls a dice and reports the time.
        
        `A lot more on Project Page » <https://github.com/nickoala/telepot>`_
        ---------------------------------------------------------------------
        
Keywords: telegram bot api python wrapper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
