Skip to content

Commit 58d47fc

Browse files
committed
Create README.md
1 parent aa1c196 commit 58d47fc

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ArchiSteamFarm
2+
3+
Big work-in-progress
4+
5+
Allows you to farm steam cards using multiple accounts simultaneously.
6+
7+
Each account is defined by it's own XML config in "config" directory.
8+
9+
Current functions:
10+
- Does not need Steam client running, or even a GUI. Fully based on SteamKit2 and reverse-engineered Steam protocol.
11+
- Automatically farm steam cards using any number of active accounts
12+
- Automatically accept friend requests sent from master
13+
- Automatically accept all trades coming from master
14+
- Automatically accept all steam cd-keys sent via chat from master
15+
- SteamGuard / 2-factor-authentication support
16+
- Full Mono support, tested on Debian "9.0" Stretch (testing)
17+
18+
TODO:
19+
- 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.
20+
- Possible integration with SteamTradeMatcher, bot can detect dupes and trade them automatically. Again, backend code is already here, just missing actual implementation.
21+
- Automatic sending of steam trades to master, after game is fully farmed.
22+
- Probably much more
23+
24+
This is big WIP, so feel free to send pull requests if you wish.
25+
26+
I'll release some releases later, when everything is tested and code cleaned up.

0 commit comments

Comments
 (0)