gergelyszabo94 / csgo-trader-extension

CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
https://csgotrader.app
GNU General Public License v3.0
213 stars 42 forks source link

Additional Fields for Market CSV extraction? #376

Closed EarthBoundGiygas closed 2 years ago

EarthBoundGiygas commented 3 years ago

Hey, great work on this app. I really love that this finally gives me the ability to pull out market history data on my account.

Would it be possible to make it so that there is an option to tick what boxes you would like saved on the csv file? Looking over the response for the market data when you call the URL itself used by the app, The listing ID object, which contains the data, the classid etc.

I was looking to use your app to interface into a personal DB to manage my listing history, and I think, correct me if I am wrong that the ID and classid should be able to be identifiers to link a market listing to an expiration or a sell. If you would be able to add in the option, or maybe even point me in the right direction I could attempt a PR to help myself.

cchrkk commented 2 years ago

+1 I'd also like to have full date of market sales/buys field, since it's incomplete (I think it is like February 02 now)

gergelyszabo94 commented 2 years ago

I added the following properties to the csv from the assets object:

Like for the partner properties, these are only available for sales and purchases, not for listing creation/removal.

I could not find any data for the full data so I can't add that.

I am closing it now, if you find the transactions somewhere let me know.