zmalの折腾笔记
总能在平凡的日子里发现无数温暖的惊喜
部署ASF并迁移Huggingface
2024/10/25
介绍
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.
ASF 是一款 C# 应用程序,其主要目的是同时从多个帐户中获取 Steam 卡。与 Idle Master 不同,Idle Master 每次只能为一个帐户工作,同时需要 Steam 客户端在后台运行并启动模拟“玩游戏”状态的其他进程,而 ASF 不需要任何 Steam 客户端在后台运行,不启动任何其他进程,并且可以同时处理无限数量的 Steam 帐户。除此之外,它还可以在服务器或其他无桌面机器上运行,并具有完整的跨操作系统支持,这使得它可以在任何具有 .NET Core 运行时的操作系统上启动,例如 Windows、Linux 和 macOS。ASF 之所以能够实现,要归功于在出色的 SteamKit2 库中所做的大量工作。
Hello World
2022/10/3
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.