klassasin/evempi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= EVE MPI: Mineral Price Index MPI is a small ruby script which downloads, parses, and displays the most recent price list for minerals in Jita (The Forge) for the game, EVE Online. A small file (mpi.yml) will be written to the script's directory with the downloaded prices. The next time MPI is ran, the percent change in mineral prices will be displayed. == License MPI is copyright 2009 Kevin Laborda. It is licensed under GPL2. See the included LICENSE file for details == Quick Start The quickest way to get started with MPI is to first download the prerequisite FasterCSV gem. $ sudo gem install fastercsv Once installed, the script can be run with the following $ ./mpi == Install As stated, the only required library is FasterCSV. The easiest way to install is via RubyGems. == Usage There are no arguments for this script, so the following is all that is needed. $ ./mpi == Contact E-mail me at klaborda<at>gmail<dot>com for any questions, comments, or bugs.