11 open-source projects similar to jessecar96/steambot, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SteamBot alternative.
Steam is a library for interactions with Steam, it's written in Go. Steam tries to keep-it-simple and does not add extra non-sense. There are absolutely no internal-polling or such, everything is up to you, all it does is wrap around Steam API.
steam-tradeoffers is a library for Node.js written in JavaScript. It allows you to automate Steam trading using trade offers. It was designed with node-steam in mind, but does not depend on it directly. Some of the methods of the library are wrappers for Steam Web API.
A Steam Inventory API wrapper with advanced features such as retries and proxy support.
This gem simplifes/allows sending steam trade offers programmatically.
Allows you to automate Steam trading in Node.js.
Previously this library was a soft fork of bukson/steampy with intend to provide asynchronous methods and proxies support. But now it standalone project.
The 'usual' way Steam inventories are usually fetched is using steam-tradeoffer-manager or steamcommunity. Unfortunately these modules don't support streams, which means that all items in the inventory being loaded will be saved to memory.
SteamBot is a bot written in C# for the purpose of interacting with Steam Chat and Steam Trade. As of right now, about 8 contributors have all added to the bot. The bot is publicly available under the MIT License. Check out LICENSE for more details.
Steam-Trade is an asynchronous, event based, python steam trade library. It uses the python port pyee of EventEmitter, so you can focus on processing trades, and not fetching for them and parsing them!