Code Monkey home page Code Monkey logo

wxgamebot's Introduction

wxGameBot

Gitter py27 py35 English version

中文 (Chinese)

wxGameBot:一个关于扑克牌猜大小游戏的微信机器人程序,使用 python 开发。

依赖库

本程序依赖于 wxpy 库(一个可能是最优雅的微信个人号 API / 优秀的微信机器人),同时,wxpy 又是基于 itchat 开发的。

注:安装 wxpy 时会自动安装 itchat 库。

安装 wxpy 库

wxpy 支持 Python 3.4-3.6,同时也支持 2.7 版本。

将下方命令中的 "pip" 替换为 "pip3" 或 "pip2",可确保安装到对应的 Python 版本中。

  1. 从 PYPI 官方源下载安装 (在国内可能比较慢或不稳定):
$ pip install -U wxpy
  1. 从豆瓣 PYPI 镜像源下载安装 (推荐国内用户选用):
$ pip install -U wxpy -i "https://pypi.doubanio.com/simple/"

升级 wxpy, itchat 库

$ pip install wxpy --upgrade
$ pip install itchat --upgrade

English

wxGameBot: A Wechat bot about PokerGuess game, developed with python.

Repository

Credits

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.