Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fjossinet/hearthstone
A project to manage a collection of hearthstone cards
https://github.com/fjossinet/hearthstone
Last synced: 14 days ago
JSON representation
A project to manage a collection of hearthstone cards
- Host: GitHub
- URL: https://github.com/fjossinet/hearthstone
- Owner: fjossinet
- License: mit
- Created: 2016-03-17T20:16:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T08:26:52.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T12:20:35.241Z (2 months ago)
- Language: HTML
- Size: 537 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A project to manage a collection of hearthstone cards
=====================================================This project is based on the website [Hearthstone Decks]("http://www.hearthstone-decks.com")
Dependencies: MongoDB, ImageMagick, Python >= 2.7
QuickStart on OSX:
------------------
Installation:
* install [homebrew](https://brew.sh/index_fr.html)
* from a terminal, type: brew update ; brew install mongodb ; brew install ImageMagick
* install the [Anaconda Python Distribution](https://www.continuum.io)
* from a terminal, type: conda install pymongo ; pip install fireRunning:
* first you need to create the database. From the root directory, type: python crawl.py get_cards
* then you need to install the website dependencies. From the "website" directory type: bower install
* From the root directory, type: ./server.py