Skip to main content

A NoneBot plugin that provides Tuling's chatting function

Project description

nonebot-tuling

License PyPI

安装

pip install nonebot-tuling

配置

from nonebot.default_config import *

TULING_API_KEY = '你的图灵机器人 API KEY'
# TULING_API_KEY = ['key1', 'key2']  # 也可以同时填入多个,会依次尝试

使用

import nonebot

from demo import config

nonebot.init(config)

if __name__ == '__main__':
    nonebot.load_plugin('nonebot_tuling')
    nonebot.run()

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

nonebot-tuling-1.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

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