No description
Find a file
Łukasz Domeradzki 98ef37e722
Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759)
* Start work on extracting remote communication

* ok

* Dockerfile fixes

* More fixes

* Prepare /Api/Announce and /Api/HeartBeat

* Decrease publish race conditions

* OK

* Misc

* Misc

* Misc

* Move Steam group part back to ASF core

* Finally implement match actively v2 core

* Update RemoteCommunication.cs

* Use single round exclusively, report inventories more often

* Use randomization when asking others for assetIDs

* Add support for license and crowdin

* Kill dead code

* Fix return type of inventories

* Fix responses for good

* Unify old backend with new

* Report whole inventory, always

Helps with optimization on the backend side in terms of inventory fetching

* Update RemoteCommunication.cs

* Determine index of each asset and tell server about it

* Update AnnouncementRequest.cs

* Fix ASF screwing up with the order

* Fix warnings

* Misc rename

* Final logging touches
2022-12-15 18:46:37 +01:00
.github Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
ArchiSteamFarm Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
ArchiSteamFarm.CustomPlugins.ExamplePlugin Upgrade generic-netf to .NET Framework 4.8.1 2022-09-07 23:25:45 +02:00
ArchiSteamFarm.CustomPlugins.PeriodicGC Upgrade generic-netf to .NET Framework 4.8.1 2022-09-07 23:25:45 +02:00
ArchiSteamFarm.OfficialPlugins.ItemsMatcher Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
ArchiSteamFarm.OfficialPlugins.SteamTokenDumper Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
ArchiSteamFarm.Tests Improve weak passwords reasons 2022-04-18 20:35:47 +02:00
ASF-ui@81151ec881 Update ASF-ui digest to 81151ec 2022-12-14 21:28:31 +00:00
resources Back to sha1 2021-07-31 19:19:32 +02:00
tools/zip_exec Misc 2021-08-14 21:25:29 +02:00
wiki@74c28e4550 Automatic translations update 2022-12-15 02:22:15 +00:00
.dockerignore Take into account that git is special snowflake 2022-07-15 21:45:18 +02:00
.editorconfig Latest Rider cleanups 2021-12-12 01:12:54 +01:00
.gitattributes down with vertical alignment! 2018-02-05 23:03:29 +01:00
.gitignore Ignore in-tree www directory (#2716) 2022-10-09 23:12:49 +02:00
.gitmodules Correct wiki to follow master 2021-01-20 21:26:55 +01:00
ArchiSteamFarm.sln Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
ArchiSteamFarm.sln.DotSettings Misc style updates 2022-06-11 16:14:51 +02:00
cc.sh Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
Directory.Build.props Bump 2022-11-29 13:57:48 +01:00
Directory.Packages.props Update dotnet monorepo to v3.1.32 2022-12-13 15:07:10 +00:00
Dockerfile Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
Dockerfile.Service Extract PublicListing and MatchActively to a plugin, resurrect MatchActively (#2759) 2022-12-15 18:46:37 +01:00
LICENSE.txt LICENSE-2.0.txt > LICENSE.txt (#2539) 2022-03-16 16:41:08 +01:00
README.md Update README.md (#2555) 2022-04-15 19:24:07 +02:00
run.sh OCD 2021-12-10 15:00:59 +01:00

Icon

ArchiSteamFarm

Build status (GitHub) Build status (Docker) Github last commit date Total downloads License

Localization ConfigGenerator status Statistics Steam group Discord Wiki

GitHub stable release version GitHub stable release date Github stable release downloads

GitHub experimental release version GitHub experimental release date Github experimental release downloads

GitHub sponsor Patreon support

Crypto donate PayPal.me donate PayPal donate Revolut donate Steam donate


Repobeats analytics image


Description

ASF is a C# application with primary purpose of farming Steam cards from multiple accounts simultaneously. Unlike Idle Master which works only for one account at given time, while requiring Steam client running in the background and launching additional processes imitating "game playing" status, ASF doesn't require any Steam client running in the background, doesn't launch any additional processes and is made to handle unlimited Steam accounts at once. In addition to that, it's meant to be run on servers or other desktop-less machines, and features full cross-OS support, which makes it possible to launch on any operating system with .NET Core runtime, such as Windows, Linux and macOS. ASF is possible thanks to gigantic amount of work done in marvelous SteamKit2 library.

Today, ASF is one of the most versatile Steam power tools, allowing you to make use of many features that were implemented over time. Apart from farming Steam cards, which remains the primary focus, ASF includes bunch of features on its own, such as a possibility to use it as Steam authenticator or chat logger. In addition to that, ASF includes plugin system, thanks to which anybody can further extend it to his/her needs.


Core features

  • Automatic farming of available games with card drops using any number of active accounts
  • No requirement of running or even having official Steam client installed
  • Guarantee of being VAC-free, focus on security and privacy
  • Complex error-reporting mechanism, reliability even during Steam issues and other networking quirks
  • Flexible cards farming algorithm, pushing the performance to the maximum while still allowing a lot of customization
  • Offline farming, enabling you to skip in-game status and stop confusing your friends with fake playing status
  • Advanced support for Steam accounts, including ability to redeem keys, redeem gifts, accept trades, send messages and more
  • Support for latest Steam security features, including SteamGuard, SteamParental and 2-factor authentication
  • Unique ASF 2FA mechanism allowing ASF to act as a mobile authenticator, if needed
  • STM-like integration for trades, both passive (accepting) and active (sending), ASF can help you complete your sets
  • Special plugin system, which allows you to extend ASF in any way you wish through your own code
  • Powered by .NET Core, cross-OS compatibility, official support for Windows, Linux and macOS
  • ...and many more!

For learning about even more ASF features, we recommend starting with our FAQ entry.


Setting up / Help

Detailed guide regarding setting up and using ASF is available on our wiki in setting up section. It's user-friendly guide that shows basic, as well as a bit more complex ASF setup, covering all the required dependencies and other steps that are required in order to start using ASF software.


Compatibility / Supported operating systems

ASF officially supports Windows, Linux and macOS operating systems, but it can work anywhere where you can obtain working .NET Core runtime. Please visit compatibility section on the wiki for more information regarding environments that ASF can work in.


Want to know more?

Our wiki includes a lot of other articles that will tell you about everything in regards to ASF, as well as show you other features that you can make use of. If you have some time to spare and you'd like to find out what else ASF can do for you, we heavily encourage you to take a look!