No description
Find a file
Pandiora 7896e7924e Explanation about how to find the groupID64
Didn´t added this to Wiki, because explanation is relatively short.
2015-11-01 17:45:19 +01:00
ArchiSteamFarm Explanation about how to find the groupID64 2015-11-01 17:45:19 +01:00
packages Implement update check on startup 2015-10-29 17:36:16 +01:00
tools Merge assemblies together to single .exe 2015-10-31 06:59:55 +01:00
.gitattributes Initial commit 2015-10-25 06:13:34 +01:00
.gitignore Slain some bugs 2015-10-28 20:01:43 +01:00
ArchiSteamFarm.sln Initial source drop 2015-10-25 06:16:50 +01:00
LICENSE-2.0.txt Apache license 2015-10-28 19:22:52 +01:00
README.md Create README.md 2015-10-25 06:26:47 +01:00

ArchiSteamFarm

Big work-in-progress

Allows you to farm steam cards using multiple accounts simultaneously.

Each account is defined by it's own XML config in "config" directory.

Current functions:

  • Does not need Steam client running, or even a GUI. Fully based on SteamKit2 and reverse-engineered Steam protocol.
  • Automatically farm steam cards using any number of active accounts
  • Automatically accept friend requests sent from master
  • Automatically accept all trades coming from master
  • Automatically accept all steam cd-keys sent via chat from master
  • SteamGuard / 2-factor-authentication support
  • Full Mono support, tested on Debian "9.0" Stretch (testing)

TODO:

  • Smart multi-games farming till every game reaches 2 hours, then one-by-one (similar to Idle Master) - Backend code is already here, just missing the logic and tests.
  • Possible integration with SteamTradeMatcher, bot can detect dupes and trade them automatically. Again, backend code is already here, just missing actual implementation.
  • Automatic sending of steam trades to master, after game is fully farmed.
  • Probably much more

This is big WIP, so feel free to send pull requests if you wish.

I'll release some releases later, when everything is tested and code cleaned up.