https://github.com/azhuge233/asf-ipc-cli-wrapper
Simple ArchiSteamFarm IPC command CLI wrapper
https://github.com/azhuge233/asf-ipc-cli-wrapper
archisteamfarm asfipc cli
Last synced: 7 months ago
JSON representation
Simple ArchiSteamFarm IPC command CLI wrapper
- Host: GitHub
- URL: https://github.com/azhuge233/asf-ipc-cli-wrapper
- Owner: azhuge233
- Created: 2022-01-07T16:53:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T09:20:09.000Z (11 months ago)
- Last Synced: 2024-11-14T10:22:03.369Z (11 months ago)
- Topics: archisteamfarm, asfipc, cli
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
ASF [your ASF instance available commands]
# eg: ASF 2fa asf
# ASF addlicense [Bot1],[Bot2],... ,,...
```## Build
Install dotnet 9.0 SDK first, you can find installation packages/guides [here](https://dotnet.microsoft.com/download).
### Publish
```
dotnet publish -c Release -o /your/path/here -r [win10-x64/osx-x64/linux-x64] --sc
```