Metadata-Version: 2.1
Name: mailru-im-bot
Version: 0.0.4
Summary: Pure Python interface for Bot API. Bot cookbook for Humans.
Home-page: https://github.com/mail-ru-im/bot-python
Author: ICQ LLC (Mail.Ru Group)
Author-email: support@icq.com
License: MIT
Description: <img src="https://github.com/mail-ru-im/bot-python/blob/master/logo.png" width="100" height="100">
        
        # 🐍 bot-python
        
        Pure Python interface for Bot API.
        
        # Table of contents
        - [Introduction](#introduction)
        - [Getting started](#getting-started)
        - [Installing](#installing)
        - [API description](#api-description)
        
        # Introduction
        
        This library provides complete Bot API 1.0 interface and compatible with Python 2.7, 3.4, 3.5 and 3.6.
        
        # Getting started
        
        Create your own bot by sending the /newbot command to <a href="https://icq.com/people/70001">Metabot</a> and follow the instructions.
        
        Note a bot can only reply after the user has added it to his contact list, or if the user was the first to start a dialogue.
        
        # Installing
        Install using pip:
        ```bash
        pip install --upgrade mailru-im-bot
        ```
        
        Install from sources:
        ```bash
        git clone https://github.com/mail-ru-im/bot-python.git
        cd bot-python
        python setup.py install
        ```
        
        # API description
        <ul>
            <li><a href="https://icq.com/botapi/">icq.com/botapi/</a></li>
            <li><a href="https://agent.mail.ru/botapi/">agent.mail.ru/botapi/</a></li>
        </ul>
        
Keywords: mailru im bot api
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Internet
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires-Python: >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*
Description-Content-Type: text/markdown
