Skip to content

RichardXue123/qqbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQBOT

TODO

  1. Determine Project Structure

    • Define the overall architecture and organization of the project.
      • Some folders should be accessible to all plugins, e.g. data/, utils/, models/, etc.
    • Current structure:
       .
       │  bot.py
       └─src
          └─plugins
             │  some_plugin1.py
             │
             └─some_plugin2.py
                      config.py
                      __init__.py
      
  2. Establish Plugin Template

    • Create a standard template for plugins to ensure consistency and ease of development.
  3. Generate Unit Test Pipeline for plugins

    • Establish a unit test pipeline, including document and testing scripts for plugins.
    • See NoneBug
  4. Refactor WebUI Plugin

    • Refactor the WebUI plugin to improve its functionality and integrate it with the project's standards.
  5. Set Up GitHub Actions

    • Configure continuous integration and deployment workflows using GitHub Actions.

Documentation

Nonebot Docs NapCatQQ Docs My Webui Project Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages