Skip to content

A simple Python 3.6+ wrapper of ArchiSteamFarm IPC API

License

Notifications You must be signed in to change notification settings

deluxghost/ASF_IPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASF_IPC

license PyPI PyPI ASF

A simple Python 3.6+ library of ArchiSteamFarm IPC API

Examples

Requirements

  • Python 3.6+
  • requests
  • websockets

Installation

pip3 install ASF_IPC

Getting Started

This example shows how to post a command to ASF:

import ASF_IPC as asf

api = asf.IPC(ipc='http://127.0.0.1:1242/', password='YOUR IPC PASSWORD')
command = input('Enter a command:')
output = api.command(command)
print(output)

For further usage examples, read our wiki pages.

About

A simple Python 3.6+ wrapper of ArchiSteamFarm IPC API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages