Skip to content

Simple ArchiSteamFarm IPC command CLI wrapper

Notifications You must be signed in to change notification settings

azhuge233/ASF-IPC-CLI-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASF-IPC-CLI-Wrapper

Simple ArchiSteamFarm IPC command CLI wrapper, no more opening browser or Steam Chat.

How this works

It sends POST requests to ASF IPC's API endpoint Api/Command then returns the result.

Usage

Download pre-build packages in release page.

Fill your IPC url and password in config.json, then run the executable file.

ASF [your ASF instance available commands]
# eg: ASF 2fa asf
#     ASF addlicense [Bot1],[Bot2],... <AppID>,<SubID>,...

Build

Install dotnet 8.0 SDK first, you can find installation packages/guides here.

Publish

dotnet publish -c Release -o /your/path/here -r [win10-x64/osx-x64/linux-x64] --sc