ThunbergOlle / SteamTradeBot

Open source steam trading bot. Accepting or declining trades based on the automatic value calculation.
MIT License
93 stars 16 forks source link

Bot overhaul #17

Closed ThunbergOlle closed 5 years ago

ThunbergOlle commented 5 years ago

Made the main script more readable and added lots of new promises based functions which will make the bot more rigid and less buggy.

Removed unwanted imports and more. (There are more that I will remove later)

The bot is now also processing all the offers asynchronously.

Exported mainmenu template into another script to make the main.js way easier to read.

Overall no features added, just some fixes to make the bot run more smoothly.