Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/disoul/dotapick
Pick the best hero in Dota 2
https://github.com/disoul/dotapick
Last synced: 15 days ago
JSON representation
Pick the best hero in Dota 2
- Host: GitHub
- URL: https://github.com/disoul/dotapick
- Owner: disoul
- Created: 2015-09-14T08:28:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T06:47:01.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T19:36:04.717Z (almost 2 years ago)
- Language: Python
- Homepage: http://dota.disoul.me
- Size: 4 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotaPick
## 简介
通过分析根据双方阵容克制关系,推荐出最合适的一些英雄,这是一款webapp
适用可以访问地址[dotapick](http://dota.disoul.me)
支持移动端## 使用效果
![预览1](http://7xn38i.com1.z0.glb.clouddn.com/%E6%88%AA%E5%9B%BE%202015-09-27%2022.54.30.png)
左右滑动或点击,选择数据来源,服务器,skill等![预览2](http://7xn38i.com1.z0.glb.clouddn.com/截图%202015-09-27%2022.55.24.png)
选择英雄![预览3](http://7xn38i.com1.z0.glb.clouddn.com/%E6%88%AA%E5%9B%BE%202015-09-27%2022.56.35.png)
推荐效果-----------------------------------
## 本地部署
```sh
git clone https://github.com/disoul/dotapick.git
cd dotapick/
npm install
cd app/
bower install
cd ..
virtualenv dotapickvenv
. ./dotapickvenv/bin/activate
pip install -r requirements.txt
```