Giter Club home page Giter Club logo

steam-trade-finder's Introduction

Steam Trade Finder

Build status Code coverage Code Quality

This repository contains Python code to find Steam trades for a given appID.

Introduction

Available automated tools (STM and ASF) look for good trades for both sides. However, you can be missing out on good trades from your perspective, which would be neutral for the other side.

The good news is that if you find such a trade (good for you, neutral for them), and if the other side is using ASF, then the trade will be automatically accepted.

The objective of the tool provided in this repository is to ease the search for potentially neutral Steam trades.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

Download the list of userIDs of ASF bots

The objective is to obtain a list of userIDs of ASF bots, as found in data/asf_bots.json.

Automatic process

Run the following script to download the list of userIDs of ASF bots:

python download_bot_listing.py

Manual process

HTML

Alternatively, one could manually download the HTML code from a public listing of ASF bots. Then edit it as follows, using for instance Visual Studio Code, with regular expressions allowed:

  1. Remove HTML lines which do not contain the word "steamtradematcher":
^(?!.*steamtradematcher.*).+$
  1. Trim the beginning of lines:
^.*/specscan/
  1. Trim the end of lines:
" target.*$
  1. Replace the following with \n, in order to remove empty lines:
\n+

JSON

Alternatively, one could manually download data as JSON from the official API for the public listing ASF bots.

Find Steam trades

Run the following script to find Steam trades:

python trade_finder.py

The default market appID is 448720 for Puzzle Box.

References

steam-trade-finder's People

Contributors

ngoclong19 avatar renovate[bot] avatar woctezuma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ngoclong19

steam-trade-finder's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

github-actions
.github/workflows/python-package.yml
  • actions/checkout v4
  • actions/setup-python v5
  • codecov/codecov-action v4
pip_requirements
requirements.txt

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.