Code Monkey home page Code Monkey logo

ipic's Introduction

ipic翻版使用说明

作用:将png截图通过快捷键command+u上传到七牛云存储,并返回一个markdown格式的链接,可以直接复制到mou等markdown编辑器中。

依赖库有点多,自行安装

pip install qiniu
pip install requests
pip install pyperclip
brew install pngpaste//没安装brew的面壁思过去,安装方法不教

配置

配置参数在ipic的第二个RunScript中

总共有四个参数需要填写

你也可以不用填写,直接用我的,我觉得也不会出什么问题,10G应该够用了吧。

acess_key

secret_key

在七牛云的个人面板的秘钥管理处可以看到

没注册七牛云的小伙伴看这里

点击注册

通过这个注册能给送本人一丢丢免费流量,如果你不想用也不勉强,你可以自 行前往七牛官网注册

bucket_name

domain

点击对象存储下面的立即添加

假设我这里令空间名字为test,那么配置里写bucket_name 就写test ,这里请看清楚你的存储区域,最好写离你比较近的节点,访问限制务必选择公开空间。

点击确认创建

之后你能看见一个测试域名,把它复制下来

比如我这个是

ofr0necj4.bkt.clouddn.com

那么domain就写成

http://ofr0necj4.bkt.clouddn.com

有任何bug或者issues欢迎提交

copyright © Scu_laji

ipic's People

Contributors

kongminhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.