Metadata-Version: 2.1
Name: IdnsBotCh
Version: 1.1.7
Summary: 一套基于selenium谷歌驱动的idns机器人框架
Author: mikezhou_talk
Author-email: 1678594309@qq.com
License: BSD License
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# IdnsBotCh

这是一套Idns聊天机器人框架

```python
#模块导入
import IdnsBotCh

#发送一条helloworld
IdnsBotCh.Bot.send_msg("helloworld")

#如果有人发送hello，回复你好
if IdnsBotCh.Bot.get_msg=="hello":
    IdnsBotCh.Bot.send_msg("你好")
```

使用愉快！！！

当然，你也可以[加入我们](http://cn-nfl.wikidot.com)
