What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Export Auction Data to a Feed for Dashboard

Status
Not open for further replies.

swahili23

New Member
Joined
Sep 18, 2014
Messages
8
Reaction score
0
Hello all,

I'd like to develop a real-time dashboard that shows auction prices on a few key items. I have the expertise to build the dashboard, and plan on including features like calculating profits on plants.

I need to know, though, how I could export data to a data source. I imagine I could use something similar to the auction plugin to get the price, but then it needs to be dumped into a data source somehow. Once I have the data source, I can have my dashboard tap into the source.

If anyone helps me with this, I'll build the dashboard to include some items you care about too!

Thanks,
Swahili
 
use JavascriptSerializer to convert the auction data into Json or convert to xml, Use WebClient to post to the server running the dashboard. parse and deal with it on the server.


My House info uploader for reference.

[C#] UploadToWebServer - Pastebin.com
 
Status
Not open for further replies.
Back
Top