Skip to main content

一套基于selenium谷歌驱动的idns机器人框架

Project description

IdnsBotCh

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

安装IdnsBotCh

python -m pip install requests

模块导入

import IdnsBotCh

发送一条helloworld

IdnsBotCh.Bot.send_msg("helloworld")

如果有人发送hello,回复你好

if IdnsBotCh.Bot.get_msg=="hello":
    IdnsBotCh.Bot.send_msg("你好")

使用愉快!!!

当然,你也可以加入我们

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

IdnsBotCh-1.1.6.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

IdnsBotCh-1.1.6-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page