Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helias/wowhead-php-extractors
Compare your database with WoWHead and find missing data
https://github.com/helias/wowhead-php-extractors
azerothcore extractor parser trinitycore world-of-warcraft wow wowhead
Last synced: 3 months ago
JSON representation
Compare your database with WoWHead and find missing data
- Host: GitHub
- URL: https://github.com/helias/wowhead-php-extractors
- Owner: Helias
- Created: 2012-03-29T17:33:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T20:33:01.000Z (over 8 years ago)
- Last Synced: 2023-03-23T03:16:32.202Z (almost 2 years ago)
- Topics: azerothcore, extractor, parser, trinitycore, world-of-warcraft, wow, wowhead
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 16
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WoWHead-PHP-Extractors
## Extractors
This tool compare your database with WoWHead and find the missing data of your database.
The extractors can check:- creature loot
- pickpocketloot
- skinloot
- vendor
- trainer
- creature queststarter / questender
- gameobject queststarter / questenderThe script to extract the missing vendor and trainer are in the same file php (vendor-trainer.php) to extract them you must use this file.
While the loot are in 3 files loot.php, skinloot.php and pickpocketloot.php but I made one file to check all the loot in the same time to check once a page of wowhead instead of 3.
## Usage
First of all you must configure it by modify the data on "connect.php".
Pay attention about the parameter '$start = "";' where you should put the entry where the tool start to compare.
To use this tool you can run the file php from terminal (suggested) or from web.
To use via terminal you can execute the follow command.
```
php file.php
```If you have Linux or Mac OS check that the folder of the project and the files have the permissions 777.
Why via terminal? Because there you can read the logs.
Well, while the extractors compare the data they will add the entries (with missing data) in some files.txt.