Metadata-Version: 1.2
Name: efb-qq-slave
Version: 2.0.0a2
Summary: QQ Slave Channel for EH Forwarder Bot, integrated with various QQ Clients.
Home-page: https://github.com/milkice233/efb-qq-slave
Author: Milkice
Author-email: milkice@milkice.me
License: GPLv3
Description: ########################################################################
        EFB QQ Slave Channel
        ########################################################################
        
        .. figure:: https://i.imgur.com/KHhlL6c.png
           :alt: This project proudly supports #SayNoToQQ campaign.
        
        **Channel ID**: ``milkice.qq``
        
        `中文文档 <README_zh-CN.rst>`_
        
        *******************************************
        Software dependencies
        *******************************************
        
        -  Python >= 3.6
        -  EH Forwarder Bot >= 2.0.0
        -  ffmpeg
        -  libmagic
        -  pillow
        
        ******************
        Installation
        ******************
        
        This project is still in Alpha, use at your own risk
        
        At this stage, please follow the following steps to install this package and start testing.
        
        1. Install the binary dependencies and EH forwarder bot.
        
        2. Install via pip
        
           ``pip3 install efb-qq-slave``
        
        3. Enable ``milkice.qq`` slave channel in your ``<profile directory>/config.yaml``.
        
           *Usually, this file is located in* ``~/.ehforwarderbot/profiles/default/config.yaml``
        
        4. Create ``config.yaml`` file for ``milkice.qq`` slave channel to specify QQ Client.
        
           The detailed configuration steps for various QQ Clients are as follows.
        
        **Currently efb-qq-slave only supports CoolQ Client**
        
        Clients:
        ------------------------------
        
        CoolQ: `CoolQ Client Configuration <doc/CoolQ_en-US.rst>`_
        
        FAQs
        ------------------------------
        
        **The following content is valid for all clients**
        
        * Q - How do I recall a message at the master channel (Telegram)?
        
          A - If the QQ client supports the operation, please edit the message and add the ``rm``` in the front of the message to recall the message on the QQ. Please also note that the message sent can only be recalled within 2 minutes of being sent.
        
        * Q - How do I edit a message on the master channel (Telegram)?
        
          A - Directly use Telegram's edit message feature
        
        Notes
        ------------------------------
        
        * For end users, it's highly not recommended to test this project as mysterious bugs may occur and it's pretty disgusting for users who have no experience with Python to deal with it.
        * For developers, contributions & issues are welcomed.
        
Keywords: ehforwarderbot,EH Forwarder Bot,EH Forwarder Bot Slave Channel,qq,chatbot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Utilities
Requires-Python: >=3.6
