Metadata-Version: 2.1
Name: pagermaid-modify
Version: 20.10.1.post1
Summary: A telegram utility daemon and plugin framework.
Home-page: https://github.com/xtaodada/PagerMaid-Modify
Author: xtaodada
Author-email: xtao@xtaolink.cn
License: UNKNOWN
Description: ![pagermaid](https://tlgur.com/d/8nomNo9G "pagermaid")
        
        <h1 align="center"><a href="https://t.me/PagerMaid_Modify" target="_blank">Pagermaid</a></h1>
        
        > 一个人形自走 bot
        
        <p align="center">
        <img alt="star" src="https://img.shields.io/github/stars/xtaodada/PagerMaid-Modify.svg"/>
        <img alt="fork" src="https://img.shields.io/github/forks/xtaodada/PagerMaid-Modify.svg"/>
        <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/xtaodada/PagerMaid-Modify.svg?label=commits">
        <img alt="issues" src="https://img.shields.io/github/issues/xtaodada/PagerMaid-Modify.svg"/>
        <a href="https://github.com/xtaodada/PagerMaid-Modify/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/github/license/xtaodada/PagerMaid-Modify.svg"/></a>
        <img alt="telethon" src="https://img.shields.io/badge/telethon-blue.svg"/>
        </p>
        
        # 用途
        
        Pagermaid 是一个用在 Telegram 的实用工具。
        
        它通过响应账号通过其他客户端发出的命令来自动执行一系列任务。
        
        更新频道：https://t.me/PagerMaid_Modify
        
        ## 安装
        
        [Ubuntu 16.04 手动搭建教程](https://github.com/xtaodada/PagerMaid-Modify/wiki/Ubuntu-16.04-%E5%AE%89%E8%A3%85%E8%AF%A6%E8%A7%A3)
        
        [一键脚本](https://t.me/PagerMaid_Modify/58)
        
        [Docker 脚本](https://t.me/PagerMaid_Modify/60)
        
        # 对存在使用本项目用户群组的提醒
        
        由于本项目需要响应账号通过其他客户端发出的命令，所以在本项目正常运行时，可能使用下列信息：
        
        - 用户信息
          - 姓
          - 名
          - 简介
          - 头像以及历史头像
          - 用户名
          - 用户id
          - 共同群组
          - 官方认证状态
          - 受限制状态
          - 用户类型
        - 群组信息
          - 标题
          - 群组类型
          - 群组id
          - 回复消息id
          - 用户名
        - 频道信息
          - 标题
          - 用户名
          - 频道id
          - 消息id
          - 消息发送者（如果有的话）
        - 文本
        - 文件
        - 图片
        - 贴纸
        
        以及会污染群组的操作记录，请群主或管理员提前声明禁止使用。如提醒不听，本项目组也没有办法，谁让这代码是开源的呢（
        
        # 隐私政策
        
        您在使用本项目代码时即表示您已经同意本隐私协议并且允许我们以评估负载和修复代码的目的记录您 bot 的在线状态和报错文件。
        
        除可能使用的信息之外，我们不会记录与收集任何信息。
        
        本项目代码完全遵循此隐私政策，您可以随时在此项目中审查我们的源代码。
        
        # 免责声明
        
        本项目无法承诺 `userbot` 行为不会被 `telegram` 官方滥权，也无法承诺所有功能能在自建项目上成功运行。
        
        使用 `userbot` 所带来的损失或可能产生的任何责任由搭建者自行承担。
        
        # 建议
        
        欢迎您加入 [本项目支持群](https://t.me/PagerMaid_Modify/3) ，对于本项目用户，我们通常情况下可在支持群中予以提供搭建和使用帮助。
        
        # 特别提醒
        
        由于 userbot 的特殊性，请不要相信任何能够免费提供服务器给您搭建的人。
        
        尤其是需要保护好 `pagermaid.session` ，任何拥有此文件的人都可以进行包括修改二次验证密码、更改手机号等操作。
        
        # 特别感谢
        
        [Amine Oversoul](https://bitbucket.org/oversoul/pagermaid-ui)
        
        ## 修改内容
        
        - `PagerMaid-Modify/README.md`
        
        - `PagerMaid-Modify/INSTALL.md`
        
        - `PagerMaid-Modify/some-plugins/autorespond.py`
        
        - `PagerMaid-Modify/some-plugins/yt-dl.py`
        
        - `PagerMaid-Modify/pagermaid/listener.py`
        
        - `PagerMaid-Modify/pagermaid/utils.py`
        
        - `PagerMaid-Modify/pagermaid/__main__.py`
        
        - `PagerMaid-Modify/pagermaid/__init__.py`
        
        - `pagermaid-Modify/interface/__init__.py`
        
        - `PagerMaid-Modify/pagermaid/interface/__main__.py`
        
        - `PagerMaid-Modify/pagermaid/interface/views.py`
        
        - `PagerMaid-Modify/pagermaid/modules/account.py`
        
        - `PagerMaid-Modify/pagermaid/modules/avoid.py`
        
        - `PagerMaid-Modify/pagermaid/modules/captions.py`
        
        - `PagerMaid-Modify/pagermaid/modules/clock.py`
        
        - `PagerMaid-Modify/pagermaid/modules/external.py`
        
        - `PagerMaid-Modify/pagermaid/modules/fun.py`
        
        - `PagerMaid-Modify/pagermaid/modules/help.py`
        
        - `PagerMaid-Modify/pagermaid/modules/message.py`
        
        - `PagerMaid-Modify/pagermaid/modules/plugin.py`
        
        - `PagerMaid-Modify/pagermaid/modules/prune.py`
        
        - `PagerMaid-Modify/pagermaid/modules/qr.py`
        
        - `PagerMaid-Modify/pagermaid/modules/status.py`
        
        - `PagerMaid-Modify/pagermaid/modules/sticker.py`
        
        - `PagerMaid-Modify/pagermaid/modules/system.py`
        
        - `PagerMaid-Modify/pagermaid/modules/update.py`
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Requires-Python: >=3.6
Description-Content-Type: text/markdown
