A NoneBot plugin that provides Tuling's chatting function
Project description
nonebot-tuling
安装
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file nonebot-tuling-1.0.1.tar.gz.
File metadata
- Download URL: nonebot-tuling-1.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9acea1461c55a2ef1c5c0af02c75912fa94ed1de5f65628694dc00f0df45b33
|
|
| MD5 |
07b3f3bcce3994e8f094fa0cfef04a75
|
|
| BLAKE2b-256 |
d2d7c65fb0bc215ec3eea286dcd55f97fb66c62d45c18ca9235b495713a48e3d
|