Skip to content

pepzwee/node-csgo-web-tradebot

Repository files navigation

This project is no longer being maintained or supported.

Web Based Trading Bot for CS:GO

dependencies npm steam paypal

Do not add PEPZ on Steam. If you have a question or need help, look through "Issues" and create a new issue if you can't find an answer.

This is a quickly coded website for people who want to see how these kind of websites work. Before you decide to use this script be aware, that this script, may have bugs. I also suggest looking through the code to see how it works, and if you spot an error make a pull request.

Installation

Tutorial: https://steamapis.com/projects/node-csgo-web-tradebot

API Usage

Prices

The script gets its prices from SteamApis. If you don't feel comfortable with any of the API's this script uses, feel free to change them to your preferred one.

  1. SteamApis.com API for market tier items, using the safe_price values provided by it.
* SteamApis provides high tier items as well.

Inventory

To avoid Steam rate-limits all inventories are loaded through SteamApis.com inventory proxy. It utilizes thousands of proxies to maintain a high success rate.

SteamApis.com

SteamApis is a paid service. You can get the API key at https://steamapis.com

You need to enable these endpoints in the Upgrade page:

  • market/items
  • steam/inventory

Support and Development

Development

I don't plan on adding any additional features. But feel free to make any request or even add your own and make a pull request.

Support

Keep in mind this project is free and open-source. Don't expect support to be good and fast.

Contributors

Author: PEPZ You can view the people who have helped with this project here. Dependancy Updater: iDefineHD