Skip to content

m986883511/cc-picgo

Repository files navigation

Project generated with PyScaffold

cs-picgo-server

pypicgo的api封装

pip install git+https://gitee.com/supernatural-fork/cs-picgo-server.git

pip install git+https://github.com/supernatural-fork/cs-picgo-server.git

use cs-picgo-server to start

示例配置文件

default: # 默认配置
  uploader: gitee # 默认图床
  plugins: # 全局插件
    - module: pypicgo.plugins.rename.ReNamePlugin # 图床插件加载地址
      config:
        format: cs-{date}-{filename}
    - module: pypicgo.plugins.compress.CompressPlugin
    - module: pypicgo.plugins.notify.NotifyPlugin

uploaders: # 可用图床
  gitee: # gitee 图床配置
    module: pypicgo.uploaders.gitee.uploader.GiteeUploader
    config:
      domain: https://gitee.com
      owner: m986883511
      repo: picture-bed
      img_path: PyPicGo
      access_token: ***************************************
    plugins:
  github: # github图床配置
    module: pypicgo.uploaders.github.uploader.GithubUploader
    config:
      domain: https://api.github.com
      owner: xxx
      repo: xxx
      img_path: xxx
      oauth_token: xxx
    plugins: # github 图床私有插件
      - module: pypicgo.plugins.jsdelivr.JsDelivrPlugin

Note

This project has been set up using PyScaffold 4.5. For details and usage information on PyScaffold see https://pyscaffold.org/.

About

基于pypicgo包装了一层api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages