Metadata-Version: 2.1
Name: myqq
Version: 0.0.2
Summary: A small example package
Home-page: https://github.com/maisge/myqq/blob/main/README.md
Author: python
Author-email: 2696047693@qq.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Example Package

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

###取好友列表 [get_friend_list("机器人qq号")]
    # 导入库
    from myqq import send
    # 新建机器人
    bot = send.Send("http://localhost:8889/MyQQHTTPAPI", "666")
    # 取好友列表
    f_list = bot.get_friend_list("3414744631")
    # 输出
    print(f_list)




