Giter Club home page Giter Club logo

wowcharactersviewer's Introduction

WoWCharactersViewer

Script that generate a web page containing informations about the World of Warcraft characters you are interested in.

Requirements

Download the required submodules by executing:

$ git submodule init
$ git submodule update

Execution

Usage: ./process.py [--data <path>] [<dest_folder>]

The default value for dest_folder is ./html.

The (optional) --data option is used to indicates the folder where the game add-ons saves their data (for instance, on OS X: /Applications/World\ of\ Warcraft/WTF/Account/<username>/). The script will look there if there is some data produced by the AskMrRobot add-on.

It will produce a JSON file (data.json) in dest_folder.

The process.py script needs a file called settings.py that contains informations about the characters you want to display. Here is an example one:

# List of all the characters to retrieve, format: (region, server, character, specs)
CHARACTER_NAMES = [
    ('eu', 'Khaz Modan', 'SomeCharacter', ['Protection', 'Arms']),
    ('eu', 'Khaz Modan', 'AnotherCharacter', ['Fire']),
]

LOCALE = 'fr'

MINIMUM_ILEVEL_FOR_UPGRADES = 540

Display

Copy the content of the html folder and the data.json file on your web server and open it in your browser.

License

WoWCharactersViewer is is made available under the MIT License. The text of the license is in the file 'LICENSE'.

Under the MIT License you may use WoWCharactersViewer for any purpose you wish, without warranty, and modify it if you require, subject to one condition:

"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software."

In practice this means that whenever you distribute your application, whether as binary or as source code, you must include somewhere in your distribution the text in the file 'LICENSE'. This might be in the printed documentation, as a file on delivered media, or even on the credits / acknowledgements of the runtime application itself; any of those would satisfy the requirement.

Even if the license doesn't require it, please consider to contribute your modifications back to the community.

wowcharactersviewer's People

Contributors

kanma avatar puckch avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

puckch

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.