Forums WoW Modding Resources Tools [Archive] Swish - Simple WoWHead Ripper

[Archive] Swish - Simple WoWHead Ripper

[Archive] Swish - Simple WoWHead Ripper

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#1
Archived author: TheSpidey • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Swish

Simple WoWHead Ripper

Enter Swish. Swish is a simple WoWHead list ripper, capable of ripping any item list you can assemble; From regular filtered lists to creature and item loots, this handy program can create formatted output for almost anything you can throw at it. Currently it only supports item lists. Support for spells and item sets will be added soon.

Instructions: Extract the RAR'd files, edit swish.conf and run swish.exe. It's that simple.

Here's an example; Say I wanted to add all keys to a certain vendor, entry 10000. Instead of going and adding everything by hand, I just assemble the following list:

Keys - Items - World of Warcraft

I edit my conf file like so:

Code:
# The URL of the list you wish to rip
TargetURL = "http://www.wowhead.com/?items=13"

# The path to the file you want Swish to generate
# Can be either relative or absolute
TargetPath = "keyvendor.sql"

# Format of the output
# '%(name)s' will be replaced by the item's name
# '%(entry)s' will be replaced by the item's entry
# '\n' marks a new-line
Format = "INSERT INTO vendors(entry, item, amount) VALUES(10000, %(entry)s, 1);[\n"

# Turn escaping on or off
# When Escaping is set to 'true', all quotes in the
# item's name will be escaped.
Escaping = True
Then I run swish.exe and voila! The file "keyvendor.sql" now has queries to add all keys to the vendor I made [Image: smile.png]

So what are you waiting for? Download Swish Now!
rektbyfaith
11-04-2025, 12:45 PM #1

Archived author: TheSpidey • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Swish

Simple WoWHead Ripper

Enter Swish. Swish is a simple WoWHead list ripper, capable of ripping any item list you can assemble; From regular filtered lists to creature and item loots, this handy program can create formatted output for almost anything you can throw at it. Currently it only supports item lists. Support for spells and item sets will be added soon.

Instructions: Extract the RAR'd files, edit swish.conf and run swish.exe. It's that simple.

Here's an example; Say I wanted to add all keys to a certain vendor, entry 10000. Instead of going and adding everything by hand, I just assemble the following list:

Keys - Items - World of Warcraft

I edit my conf file like so:

Code:
# The URL of the list you wish to rip
TargetURL = "http://www.wowhead.com/?items=13"

# The path to the file you want Swish to generate
# Can be either relative or absolute
TargetPath = "keyvendor.sql"

# Format of the output
# '%(name)s' will be replaced by the item's name
# '%(entry)s' will be replaced by the item's entry
# '\n' marks a new-line
Format = "INSERT INTO vendors(entry, item, amount) VALUES(10000, %(entry)s, 1);[\n"

# Turn escaping on or off
# When Escaping is set to 'true', all quotes in the
# item's name will be escaped.
Escaping = True
Then I run swish.exe and voila! The file "keyvendor.sql" now has queries to add all keys to the vendor I made [Image: smile.png]

So what are you waiting for? Download Swish Now!

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#2
Archived author: Gastricpenguin • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Another sexy release by Spidey. Let's see if i can rep Tongue
rektbyfaith
11-04-2025, 12:45 PM #2

Archived author: Gastricpenguin • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Another sexy release by Spidey. Let's see if i can rep Tongue

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#3
Archived author: y2kss66 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: very nice! +rep

must spread [Image: frown.gif]
rektbyfaith
11-04-2025, 12:45 PM #3

Archived author: y2kss66 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: very nice! +rep

must spread [Image: frown.gif]

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#4
Archived author: baptizein • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: Sweet release, TheSpidey. +rep
rektbyfaith
11-04-2025, 12:45 PM #4

Archived author: baptizein • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: Sweet release, TheSpidey. +rep

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#5
Archived author: Legitimate • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Nice work Spidey, +Rep if I can...
rektbyfaith
11-04-2025, 12:45 PM #5

Archived author: Legitimate • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Nice work Spidey, +Rep if I can...

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#6
Archived author: Twisted7 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: You are god. Something like this a couple weeks ago would have saved me a whole lot of trouble, but at least now I don't have to worry about that again. [Image: biggrin.png]

Really would love support for spells, it would make updating the SpellList for my Paranoia addon many times easier [Image: smile.png]

Great job, +Rep
rektbyfaith
11-04-2025, 12:45 PM #6

Archived author: Twisted7 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: You are god. Something like this a couple weeks ago would have saved me a whole lot of trouble, but at least now I don't have to worry about that again. [Image: biggrin.png]

Really would love support for spells, it would make updating the SpellList for my Paranoia addon many times easier [Image: smile.png]

Great job, +Rep

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#7
Archived author: TheSpidey • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: I had the algorithms for a couple of months now, and it really saved me a ton of work. The only reason Swish doesn't support spells and item-sets yet is because I need to adapt them for user input [Image: smile.png]
rektbyfaith
11-04-2025, 12:45 PM #7

Archived author: TheSpidey • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: I had the algorithms for a couple of months now, and it really saved me a ton of work. The only reason Swish doesn't support spells and item-sets yet is because I need to adapt them for user input [Image: smile.png]

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#8
Archived author: Sounddead • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: YOU RELEASED IT!

YAY!

<3 <3 <3

+rep!

Edit:

Just a couple of things that I either don't know how to do, or you should put in your next release.

1. An option for level range (So if I only want lets say level 50 daggers, or level 50-60 daggers)

2. A GUI? Tongue

3. And I see you already have the spells/ item sets worked out.

Anyways, this is extremely epic, and I've been waiting for what seems like eternity for this release from you.

Thanks a bunch! [Image: smile.png]
rektbyfaith
11-04-2025, 12:45 PM #8

Archived author: Sounddead • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: YOU RELEASED IT!

YAY!

<3 <3 <3

+rep!

Edit:

Just a couple of things that I either don't know how to do, or you should put in your next release.

1. An option for level range (So if I only want lets say level 50 daggers, or level 50-60 daggers)

2. A GUI? Tongue

3. And I see you already have the spells/ item sets worked out.

Anyways, this is extremely epic, and I've been waiting for what seems like eternity for this release from you.

Thanks a bunch! [Image: smile.png]

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#9
Archived author: Performer • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Wow spidey. This is going to save me a ton of time [Image: smile.png] +rep for an epic release. And yeah if it had a GUI it would be even more imba.

EDIT: Gotta Spread [Image: frown.gif]
rektbyfaith
11-04-2025, 12:45 PM #9

Archived author: Performer • Posted: 2025-11-04T13:45:52.569292
Original source

Quote:Wow spidey. This is going to save me a ton of time [Image: smile.png] +rep for an epic release. And yeah if it had a GUI it would be even more imba.

EDIT: Gotta Spread [Image: frown.gif]

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#10
Archived author: firefox133 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: cooooooool!
rektbyfaith
11-04-2025, 12:45 PM #10

Archived author: firefox133 • Posted: 2025-11-04T13:45:52.569292
Original source

Quote: cooooooool!

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)