Go Fast Posted April 1, 2018 Report Posted April 1, 2018 Hi, I'm trying to add Full Card Sets in a trade offer. Say, the command to request card sets is !set 10, the bot will send 10 Full Card Sets. I'm not sure how to tell the bot how many Cards make a Full Set. Would I need to use an API or some sort of a database with all the existing sets? I would appreciate any help, thank you! Quote
Dr. McKay Posted April 1, 2018 Report Posted April 1, 2018 I'm not aware of any public API or database of full card sets. Maybe there's one somewhere. You'd need to either find one or scrape the gamecards page. Quote
McMuffinDK Posted April 3, 2018 Report Posted April 3, 2018 Maybe you can use this http://steam.tools/cards/ Quote
Go Fast Posted April 28, 2018 Author Report Posted April 28, 2018 Maybe you can use this http://steam.tools/cards/Thank you so much! It looks like I'm gonna add all of the cards data manually since there isn't any public api that does it for me. One question tho: Does this site have ALL of the cards that are available? Quote
Go Fast Posted April 28, 2018 Author Report Posted April 28, 2018 (edited) I'm not aware of any public API or database of full card sets. Maybe there's one somewhere. You'd need to either find one or scrape the gamecards page.Nevermind, I got this to work! Edited April 28, 2018 by Go Fast Quote
nikita2150 Posted May 12, 2018 Report Posted May 12, 2018 Nevermind, I got this to work!Could you explain how? Thank you in advance Quote
OmG3r Posted May 22, 2018 Report Posted May 22, 2018 Could you explain how? Thank you in advance technically doing it just by using 'http://steam.tools/cards/'is impossible, however you can get the games IDs then parse 'https://www.steamcardexchange.net/index.php?inventorygame-appid-[GAME_APPID_HERE]' and save the cards from there. this an example implementation, in ruby Alc554@china 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.