Giygas is a web based application that crawls a Guild Wars 2 database and the Guild Wars 2 market and displays profitable crafting recipes.
-
Clone this repository
-
Run
bundle install
to get all of the gems -
Set up your config/database.yml and gemfile for the database you want to use. I use Postgres since that's what the production environment runs on.
-
run
rake db:create; rake db:migrate
-
run
rails server
to launch the server
Run rake scrape_recipes
to fetch all of the recipes
Set your GW2_EMAIL and GW2_PASSWORD environment variables to your Guild Wars 2 email and password respectively. Then run rake scrape_prices
.