15 lines
363 B
Python
15 lines
363 B
Python
"""
|
|
|
|
|
|
we need more info on this
|
|
|
|
$.post("https://economy.roblox.com/v2/developer-products/1884453824/purchase",
|
|
{ "expectedPrice": 0, "saleLocationType": "Game", "saleLocationId": 7296012067})
|
|
"""
|
|
from methods.base import Purchaser
|
|
|
|
p = Purchaser(roblosecurity="")
|
|
|
|
print(p.get_asset_metadata_extended(98752422639730))
|
|
print(p.get_asset_metadata(98752422639730))
|