Add free Steam games with ArchiSteamFarm (ASF)

Recently I came across a neat software, ArchiSteamFarm. Its primary function according to its Github page is

ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.

But it can do so much more.

You know how you sometime stumble upon links like !addlicense asf a/2641230 or !addlicense ASF 988948 ? Those are the links we'll need once we set up our ASF to add free games to our steam account.

What can you do with these links? As the name already suggests, you add a "license" to your account. In short: we'll be adding free Steam games to our Steam account!

Take the link from above and add the Number-Part to https://store.steampowered.com/app/NUMBERHERE, e.g. https://store.steampowered.com/app/2641230, those are the Steam games you'll add with these strange looking links like !addlicense asf a/2641230 . Check your already added Steam games here: https://store.steampowered.com/account/licenses

Let's begin by navigating to https://github.com/JustArchiNET/ArchiSteamFarm/releases and downloading the version for your OS. For the purpose of this tutorial, I'm going with the Windows version. Shouldn't be that big a difference on Linux and macOS.

Unpack the downloaded .zip and start the ArchiSteamFarm.exe once, then close it. After that navigate to the config folder and make a file MySteamASFbot.json with those entries:

{
  "Enabled": true,
  "HoursUntilCardDrops": 1,
  "SteamLogin": ,
  "SteamPassword": ,
  "AutoDiscoveryQueue": true,
  "FarmOffline": true,
  "Headless": false
}

Start the ArchiSteamFarm.exe again. You'll now be asked to enter your Steam Username. Ignore it and press Enter. Open your browser, enter http://localhost:1242/commands and in the command-line interface enter this command: encrypt 2 [YOUR STEAM PASSWORD] . It should output a very long string of letters. Copy and paste it into your MySteamASFbot.json like this and add the line  "PasswordFormat": 2, too!

{
  "Enabled": true,
  "HoursUntilCardDrops": 1,
  "PasswordFormat": 2,
  "SteamLogin": "YOUR STEAM USERNAME" ,
  "SteamPassword": "AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAt/3WLTIwnU29MqdQGcMgzgAAAAACAAAAAAAQZgAAAAEAACAAAAAUytPQ4dB6HcDhMikB3kR0epaVKOjlTj0aAHQGJ/kZmwAAAAAOgAAAAAIAACAAAADda3atDJI28VSnDeHnAgzIkc/ynV4sWQVXXCNx7veI+SAAAABFojeyQrhtV/+ekzFMxs44iY3Iah+hTY/fZiWNSd2T9UAAAAAXKWRcMb8AKf61Y9dAi6D7SLnj0jI29kWmSiO7pUrvj6HfBrSQAsFWuJ5rvCxj51Y490FI4nVWWSKjeTFIsL+i",
  "AutoDiscoveryQueue": true,
  "FarmOffline": true,
  "Headless": false
}

Now start ArchiSteamFarm.exe again. If you have SteamGuard enabled, follow the on-screen instructions. If you've done everything right, the output in the console should look like this:Almost done! Now that we've set up everything, where do we get the links to add the games, you ask?

Okay, now you've got the codes, say for example,

!addlicense ASF 1041461,1042319,1042621,1042643,1042863,1043303,1043387,1043428

And now what? When the ArchiSteamFarm.exe is running, press c, copy and paste the code, press enter and wait. You should see Status: Ok/NoDetail if a game has been added successfully.

If you add all these games, you'll probably end up with ~12000 free games in your steam account. However, there's a small problem with that: You can only add 50 games every hour. If you try to add more, you'll get an error saying Status: Fail/RateLimited.

That's a limit enforced by Steam, there's no way around that. So with ~12000 games, á 50 games per hour, that's 240 hours, that's 10 whole days. I'm not sure it can be automated. If it can, I haven't found out how.