Sign in to follow this  
Jaede

Merchant Exporter

Recommended Posts

I made a little Node.js script that exports all merchants and their inventory to a JSON file. It can be used to display merchants inventories on a webpage, or in an external application. If you want, give it a go and let me know what you think! Suggestions are welcome.

 

The script: https://github.com/woubuc/wu-merchant-exporter (see the Readme for information on how to use it)

Example output from my local test server: https://gist.github.com/woubuc/33a2a5d5bcec8ce078a7

 

If there are any bugs, feel free to create an issue or submit a PR.

 

Note: I have only tested this with a couple of merchants on a local creative test server. I don't know how resource-hungry the script will be when used on a busy server, so be careful.

Edited by Jaede
  • Like 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this