ff14-advanced-market-search / SaddlebagExchangeWoW

Apache License 2.0
4 stars 2 forks source link

Added saved variables #20

Closed cohenaj194 closed 1 year ago

cohenaj194 commented 1 year ago

Can now save and recall multiple undercut jsons. The View Full Undercut Data button will display all of this in a json list the bot can use.

message.txt

cohenaj194 commented 1 year ago

ex:

[
{
    "homeRealmName": "121",
    "region": "US",
    "user_auctions": [
        {"petID": 845,"price": 22220300,"auctionID": 1222476963},
        {"petID": 844,"price": 33330300,"auctionID": 1221187613},
        {"petID": 3390,"price": 33336300,"auctionID": 1220763417}
    ]
}
,
{
    "homeRealmName": "9",
    "region": "US",
    "user_auctions": [
        {"petID": 844,"price": 9999900,"auctionID": 1220445338},
        {"petID": 85,"price": 7778900,"auctionID": 1221307724},
        {"petID": 3541,"price": 109990100,"auctionID": 1222356029},
        {"petID": 3390,"price": 22220000,"auctionID": 1220445908}
    ]
}
,
{
    "homeRealmName": "1371",
    "region": "US",
    "user_auctions": [
        {"petID": 3390,"price": 22229900,"auctionID": 1218123410}
    ]
},
{
    "homeRealmName": "1280",
    "region": "US",
    "user_auctions": [
        {"petID": 75,"price": 108900,"auctionID": 1218012363},
        {"petID": 1541,"price": 38990100,"auctionID": 1220578010},
        {"petID": 1387,"price": 22220000,"auctionID": 1218012901},
        {"petID": 844,"price": 9999400,"auctionID": 1220506504},
        {"petID": 3390,"price": 33333400,"auctionID": 1220506137},
        {"petID": 3390,"price": 22223400,"auctionID": 1220506755}
    ]
}
,
{
    "homeRealmName": "162",
    "region": "US",
    "user_auctions": [
        {"petID": 3512,"price": 110006400,"auctionID": 1222515340},
        {"petID": 1343,"price": 2222400,"auctionID": 1222513375},
        {"petID": 1929,"price": 87040700,"auctionID": 1222514477},
        {"petID": 1931,"price": 11103400,"auctionID": 1222514570},
        {"petID": 3535,"price": 111119600,"auctionID": 1222515428},
        {"petID": 1205,"price": 10000,"auctionID": 1222513264},
        {"petID": 1564,"price": 1119900,"auctionID": 1221249291},
        {"petID": 3310,"price": 2500000,"auctionID": 1222514906},
        {"petID": 3331,"price": 30000000,"auctionID": 1222514986},
        {"petID": 1720,"price": 116200,"auctionID": 1222513862},
        {"petID": 1566,"price": 110000,"auctionID": 1222513578},
        {"petID": 1928,"price": 33339300,"auctionID": 1222514362},
        {"petID": 1545,"price": 1113300,"auctionID": 1221249079},
        {"petID": 3287,"price": 9969800,"auctionID": 1222514737},
        {"petID": 1143,"price": 1110000,"auctionID": 1222513199},
        {"petID": 1040,"price": 110700,"auctionID": 1222513101},
        {"petID": 1597,"price": 1111600,"auctionID": 1222513720},
        {"petID": 1922,"price": 1116200,"auctionID": 1222514131},
        {"petID": 844,"price": 9997100,"auctionID": 1221207461},
        {"petID": 2465,"price": 1118500,"auctionID": 1222514665},
        {"petID": 1907,"price": 12000,"auctionID": 1222513967},
        {"petID": 3390,"price": 17592300,"auctionID": 1222515237},
        {"petID": 3382,"price": 29969900,"auctionID": 1222515090},
        {"petID": 1416,"price": 5558200,"auctionID": 1221248425}
    ]
}]