Git Product home page Git Product logo

werobot's Introduction

werobot

我的微信公众号后台

主要功能(期待更多功能可以直接提建议给公众号):

  • vip视频解析
  • 电影搜索
  • 图片转文字
  • 技术文章

微信扫码即可体验:

开发相关

主要使用python语言开发,使用flask、werobot等开源库。

基于我的另一个开源项目flask-scaffolding作为脚手架,可以实现flask项目的快速开发与部署。

如果希望本地调试该项目,除了参考flask-scaffolding配置开发环境并初始化数据库,还需要在app目录提供.env文件:

# flask 密钥(开发可选)
SECRET_KEY="****"

# 数据库连接信息(必须)
DEV_DATABASE_URL='****'

# 微信公众号相关密钥(必须)
WEROBOT_ID='****'
WEROBOT_SECRET='****'

# 百度ai的图片转文字接口需要(不调试该功能可以不提供)
OCR_APP_ID='****'
OCR_API_KEY='****'
OCR_SECRET_KEY='****'

werobot's People

Contributors

barry-ran avatar

Watchers

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