Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: xxauroraxx
Forum: Dev Tools 03-16-14, 05:39 AM
Replies: 11
Views: 34,525
Posted By xxauroraxx
This will look for all items with a specific...

This will look for all items with a specific slot, and stat (such as intellect, or increased spell damage).


import pickle

myFile = open('itemdatabase.db', 'r')
myDB =...
Forum: Dev Tools 03-14-14, 09:50 AM
Replies: 11
Views: 34,525
Posted By xxauroraxx
I just did a few tests, and it seems as if...

I just did a few tests, and it seems as if wowhead is either disconnecting while trying to return data, or it returns nothing. I did post this script on the wowhead site so I wouldn't put it past the...
Forum: Dev Tools 03-14-14, 09:21 AM
Replies: 11
Views: 34,525
Posted By xxauroraxx
First, yeah I forgot the formatting for items was...

First, yeah I forgot the formatting for items was quite different.

And yes. I don't play on retail WoW, so the data I would be scraping wouldn't match per version.

I couldn't explain why...
Forum: Dev Tools 03-14-14, 09:18 AM
Replies: 11
Views: 34,525
Posted By xxauroraxx
Actually yes. I didn't see the functions for this...

Actually yes. I didn't see the functions for this at the time, but that would do it.
Forum: Dev Tools 03-10-14, 01:42 AM
Replies: 11
Views: 34,525
Posted By xxauroraxx
Database crawler

Thought this would be helpful in case anyone wants to create a local repository of items ;)

E: Parser would be better terminology...

This script goes through all pages on either Blizzard's or...
Showing results 1 to 5 of 5