Skip to content

nonebot/nonebot-tuling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

NoneBot 图灵机器人插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages