https://github.com/pepzwee/node-csgo-web-tradebot
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.
install nodejs
install build-essential
install git
npm install
npm i -g pm2
pm2 start index.js -n "Tradebot"
Tutorial: https://steamapis.com/projects/node-csgo-web-tradebot
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.
- SteamApis.com API for market tier items, using the
safe_price
values provided by it.
* SteamApis provides high tier items as well.
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 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
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.
Keep in mind this project is free and open-source. Don't expect support to be good and fast.
Author: PEPZ You can view the people who have helped with this project here. Dependancy Updater: iDefineHD