Giter Site home page Giter Site logo

wego's Introduction

WEGO

一个简单易用的微信开发框架,能协助你在微信开发中专注业务逻辑摆脱微信接口调试的烦恼。

Example



微信扫一扫查看示例公众号

Install

$ pip(3) install wego

Usage

# django
@w.login_required
def index(request):
    hello = 'Hello %s!' % request.wx_user.nickname
    return HttpResponse(hello)

# tornado
class IndexHandler(tornado.web.RequestHandler):
    @w.login_required
    def get(self):
        hello = 'Hello %s!' % self.wx_user.nickname
        return self.write(hello)

Document

未完成,持续更新中: wego.readthedocs.io

Discuss

微信群 Telegram QQ群:587682480

如果微信群二维码过期,请加微信river4,备注wego user即可。

如果有商务合作建议或者有企业支持的需求,请加微信river4。

Donate

通过支付宝捐助
Wego项目是由优趣工作室(QuseitLab)开发并提供支持,感谢您捐助我们。

License

Apache

wego's People

Contributors

sciooga avatar p0runga avatar riverfor avatar

Watchers

James Cloos 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.