Metadata-Version: 2.1
Name: telefly
Version: 0.1.2
Summary: Create Telegram bots in Python.
Home-page: https://chaos.expert/ztpnk/telefly
Author: Zeitpunk
Author-email: ztpnk@mailbox.org
License: UNKNOWN
Description: # Telefly
        Create Telegram bots in Python.
        
        
        ### Important
        > This package is in a really early version. A lot of functions are not implemented yet and the documentation is... not existend.
        
        
        ## Features
        - Simple to use
        - Very lightweight
        
        ## Usage
        
        ```bash
        $ pip install telefly
        ```
        
        ```python
        from telefly import telefly
        
        
        tf = telefly(TOKEN)
        
        tf.sendMessage(MESSAGE, chatID)
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
