Skip to content

A WeChat bot about PokerGuess game, developed with python.

License

Notifications You must be signed in to change notification settings

shines77/wxGameBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A WeChat bot about PokerGuess game, developed with python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages