Giter Site home page Giter Site logo

dingdang-contrib's Introduction

dingdang-contrib

叮当机器人 的用户贡献插件。

安装

cd /home/pi/.dingdang
git clone http://github.com/dingdang-robot/dingdang-contrib contrib
pip install -r contrib/requirements.txt

升级

cd /home/pi/.dingdang/contrib
git pull
pip install --upgrade -r requirements.txt

如何贡献

教程

手把手教你编写叮当机器人插件

流程说明

  1. fork 本项目;
  2. 添加你的插件;
  3. 如果你的插件有依赖第三方库,将依赖项添加进 requirements.txt 。如果依赖第三方工具, 则在 README 中的安装 一节中补充。
  4. 发起 pull request ,说明该插件的用途、指令和配置信息(如果有的话)。
  5. pull request 被 accept 后,在本项目 Wiki页 中添加一项,将该插件的用途、指令和配置信息也添加到此页面中。

插件规范

  • 每个插件只能包含一个 .py 文件。依赖的其他库文件不得放进本仓库中,否则会被当成插件而解析出错。如果确实需要分成多个文件,可以将其他文件打包发布到 PyPi ,然后将依赖加进 requirements.txt 中。

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.