Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mendhak/steam-find-common-trading-sets
Script to find common trading sets between two Steam profiles. Should be useful for cross-set trading
https://github.com/mendhak/steam-find-common-trading-sets
common inventory profile steam trading-cards
Last synced: 16 days ago
JSON representation
Script to find common trading sets between two Steam profiles. Should be useful for cross-set trading
- Host: GitHub
- URL: https://github.com/mendhak/steam-find-common-trading-sets
- Owner: mendhak
- Created: 2021-01-31T11:37:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T08:25:40.000Z (over 1 year ago)
- Last Synced: 2024-10-31T15:47:40.036Z (2 months ago)
- Topics: common, inventory, profile, steam, trading-cards
- Language: JavaScript
- Homepage:
- Size: 449 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A script to find common trading sets between two Steam profiles. This can be useful for helping with cross-trades, and quickly knowing which sets you and another person have in common.
### Usage
Run using the Docker image:
docker run --rm -t mendhak/steam-find-common-trading-sets 76561197984170060 76561197960340640
Run using the NodeJS script directly:
node findcommon.js 76561197984170060 76561197969177473
Substitute the values with your Profile ID and the other person's Profile ID.
This script requires that both people have their inventory set to public.### Screenshot
Here's an example output
![screenshot](https://raw.githubusercontent.com/mendhak/steam-find-common-trading-sets/master/screenshot.png)
Grayed out text = both users have it
White text = the other user doesn't have it### Motivation
Sometimes I want to do a cross-set trade with another person on Steam. It would help if I knew which sets are common between us, so that I can easily filter through their inventory without going through hundreds of pages.### TODO
- [x] Make this a Docker container
- [X] Show the items one per line within the cell
- [X] Show the items alphabetically
- [X] Paging - some people will have more than 5000 items! 76561198129362520