Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.51 KB

readme.md

File metadata and controls

57 lines (44 loc) · 1.51 KB

命令行API图床

配置

需要准备以下配置,保存为C:\Users\[你的windows登录用户名]\.PyPicGo

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: 9d4ffd225107*******d79e617d7c8e
    plugins:

安装

pip install git+https://github.com/m986883511/ccbs-picbed

启动

ccbs-picbed

输出

(picgo) PS Z:\mine\cc-picgo> ccbs-picbed.exe       
 * Serving Flask app 'ccbs_picbed.main'
 * Debug mode: on
2024-12-15 16:09:33,346 - werkzeug - INFO - WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:36677
2024-12-15 16:09:33,346 - werkzeug - INFO - Press CTRL+C to quit

使用

结合ObsidianImage Auto Upload Plugin一起使用

插件地址: https://github.com/renmu123/obsidian-image-auto-upload-plugin

之后只要截图后,直接粘贴就可上传到自己的gitee仓库了。