Go Fast 1 Report post 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 Share this post Link to post Share on other sites
Dr. McKay 277 Report post 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 Share this post Link to post Share on other sites
McMuffinDK 4 Report post Posted April 3, 2018 Maybe you can use this http://steam.tools/cards/ Quote Share this post Link to post Share on other sites
Go Fast 1 Report post 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 Share this post Link to post Share on other sites
Go Fast 1 Report post 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 Share this post Link to post Share on other sites
nikita2150 0 Report post Posted May 12, 2018 Nevermind, I got this to work!Could you explain how? Thank you in advance Quote Share this post Link to post Share on other sites
OmG3r 1 Report post 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 1 [email protected] reacted to this Quote Share this post Link to post Share on other sites