Ruby base classes for data gathering. Currently contains base classes for wowdb. They are inteded asa base class setup for writing your own formatting of extracted data and to provide basic mining capabilites.
Facts
- Date created
- 11 Aug 2008
- Category
- Last update
- 26 Sep 2009
- Development stage
- Release
- Language
- enUS
- License
- MIT License
- Curse link
- DataTools
- Reverse relationships
- 5
- Recent files
- #12
pompachomp Sat, 26 Sep 2009 16:05:55cheers! Thankss.
- #11
kagaro Sat, 26 Sep 2009 14:04:12I added them in
- #10
pompachomp Fri, 25 Sep 2009 20:10:57Kagaro,
You may have forgotten to add wowhead_helper.rb to the repo, it seems to be missing.
- #9
kagaro Sun, 17 May 2009 14:43:29I added in some baseline wowhead stuff today. wowhead data for gathermate should parse now if you want to use it.
- #8
Ackis Wed, 22 Oct 2008 22:24:08With the issues I'm having with wowdb, someone suggested getting data from both wowhead and wowdb... how hard would that be to do comparisons?
- #7
Ackis Mon, 06 Oct 2008 20:10:43I got the sorting done I think, may use some optimization however :)
- #6
Ackis Fri, 03 Oct 2008 20:14:18Hey Kagaro, can you take a look at this pastey for me:
http://ace.pastey.net/97450
Also, this pastey:
http://ace.pastey.net/97452
Just some optimizations that I'm not sure how to do.
Thanks.
- #5
kagaro Sat, 27 Sep 2008 02:46:03should be fixed now.
- #4
Ackis Fri, 26 Sep 2008 20:48:44Getting this error:
ARLDataminer.lua:223:in `sort_by': comparison of Fixnum with nil failed (ArgumentError)
from ARLDataminer.lua:223:in `create_profession_db' from ARLDataminer.lua:933In a loop that worked in a previous revision:
ordered_keys = recipes.keys.sort_by do |name|
if count == 50
print "\n" count = 0
end
print "."
count = count + 1 STDOUT.flush db.add_recipe_details(recipes[name]) recipes[name][:spellid]
end
- #3
Ackis Fri, 19 Sep 2008 22:45:07Hey if you're around, just commit your code as an overwrite to my stuff I did, all I did was change a few of the text things around.