In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to use Python to achieve Picgo drawing bed tool, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand it.
1. PyPicGo
PyPicGo is a drawing bed tool, PicGo is the Python version of the implementation, and supports a variety of plug-ins custom plug-ins, PyPicGo comes with gitee, github, SM.MS and Qiniuyun map transfer, as well as rename, notify and typora plug-ins, and support to download other plug-ins and Uploader from pypi
1. Installation
Pip install pypicgo
2. Configuration
The configuration file is located in the / $HOME/.PyPicGo/config.yml directory and is configured as YAML. The uploader uploader must be configured. The number of plug-in plugins is optional.
Default: # default configuration uploader: gitee # default picture bed plugins: # global plug-in-module: pypicgo.plugins.rename.ReNamePlugin # picture bed plug-in load address config: format: liunx {hash} chenghaiwen {date}-{filename}-module: pypicgo.plugins.typora.TyporaPlugin-module: pypicgo.plugins.compress.CompressPlugin-module: pypicgo.plugins.notify.NotifyPluginuploaders: # available picture bed smms : # sm.ms bed configuration module: pypicgo.uploaders.smms.uploader.SmmsUploader config: secret_token: xxx gitee: # gitee bed configuration module: pypicgo.uploaders.gitee.uploader.GiteeUploader config: domain: https://gitee.com owner: xxx repo: xxx img_path: xxx access_token: xxx plugins: github: # github bed configuration module: pypicgo.uploaders.github.uploader .GithubUploader config: domain: https://api.github.com owner: xxx repo: xxx img_path: xxx oauth_token: xxx plugins: # github Picture bed Private plugin-module: pypicgo.plugins.jsdelivr.JsDelivrPlugin qiniu: # Seven Niuyun Picture bed configuration moduele: pypicgo.uploaders.qiniu.uploader.QiNiuUploader config: domain: http://demo.pypicho.com/ bucket_ Name: pypicgo apis:-http://up-z1.qiniup.com access_key: xxx secret_key: xxxx
Refer to the documentation for more configuration instructions
3. Use
Help information
Pypicgo-h
Upload files
Pypicgo-f picture1 picture2...
Specify upload bed
Pypicgo-n github-f picture1 picture2...
If the system cannot find pypicgo, check that the Scripts folder of python is added to the Path environment variable
4. The address of the supported map bed name module giteepypicgo.uploaders.gitee.uploader.GiteeUploader Seven Niuyun pypicgo.uploaders.github.uploader.QiNiuUploadergithubpypicgo.uploaders.qiniu.uploader.GithubUploaderSM.MSpypicgo.uploaders.smms.uploader.SmmsUploader5, Supported plug-in name use windowslinuxmacrename before upload rename picture support notify upload failed system notification support typoratypora editor support compress image pre-upload compression support jsdelivrgithub CDN acceleration support clipboard upload completed copy remote address to clipboard support 6, Uploader uploader
Uploader is a specific upload plug-in, users need to inherit pypicgo.core.base.uploader.CommonUploader and implement the upload method, and then reference it in the configuration file.
7. Plug-in system
There are three plug-ins supported by PyPicgo: before, after, and final
Plug-in type runtime base class sample plug-in runtime input parameter before runs pypicgo.core.base.plugin.BeforePluginrenameFileafter before the picture is uploaded, runs pypicgo.core.base.plugin.AfterPluginnotifyResultfinal after the picture is uploaded, runs pypicgo.core.base.plugin.FinallyPlugintyporaList after all pictures are uploaded [Result]
If you want to customize the plug-in, just inherit any base class plug-in according to the requirements, implement the execute method, and configure it in config.yml.
8, the development of git clone git@github.com:AnsGoo/PyPicGo.gitcd pypicgopipenv shellpipenv installpython run.py-n picture bed name-f img1.jpg img2.jpg thank you for reading this article carefully. I hope the article "how to use Python to achieve Picgo bed tool" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 290
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.