Skip to content
forked from jayvan/Giygas

Crawl Guild Wars 2 crafting recipes and item prices to find profitable crafting recipes.

Notifications You must be signed in to change notification settings

SalvorinFex/Giygas

This branch is 4 commits behind jayvan/Giygas:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e5dc42 · Sep 6, 2012

History

29 Commits
Sep 6, 2012
Aug 11, 2012
Sep 3, 2012
Aug 4, 2012
Sep 3, 2012
Aug 4, 2012
Aug 10, 2012
Aug 4, 2012
Aug 4, 2012
Aug 4, 2012
Aug 11, 2012
Aug 11, 2012
Aug 16, 2012
Aug 4, 2012
Aug 4, 2012

Repository files navigation

Giygas

Giygas is a web based application that crawls a Guild Wars 2 database and the Guild Wars 2 market and displays profitable crafting recipes.

Setup

  1. Clone this repository

  2. Run bundle install to get all of the gems

  3. 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.

  4. run rake db:create; rake db:migrate

  5. run rails server to launch the server

Crawling data

Recipes

Run rake scrape_recipes to fetch all of the recipes

Prices

Set your GW2_EMAIL and GW2_PASSWORD environment variables to your Guild Wars 2 email and password respectively. Then run rake scrape_prices.

About

Crawl Guild Wars 2 crafting recipes and item prices to find profitable crafting recipes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published