BGG统计
一些Python代码,用于根据棋盘游戏极客网站上的用户收藏来分析针对各种玩家数量的最佳游戏。
安装
需要Python 2.7.9和pip
安装软件包依赖项pip install -r requirements.txt
运行bgg.py
用法
bgg.py --game=
bgg.py --u= [--n=] [--neg-thresh=] [--pos-thresh=] [--include-xpac] [--refresh] [--sort=]
bgg.py --top= [--n=] [--pos-thresh=] [--min-weight=] [--max-weight=
2021-05-19 16:05:01
56KB
Python
1