wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.55k stars 229 forks source link

Feature Request: starting web service when there are some registered blueprints #335

Closed wj-Mcat closed 2 years ago

wj-Mcat commented 2 years ago

Introduction

Python-Wechaty will start web service with Quart by default. But if there is no registered blueprint, it should not create it.

Solution

checking the number of blueprints before starting the web service.