A Command Line Interface (CLI) utility designed to automatically reject incoming Steam friend requests.
This tool operates as a standalone executable and requires no installation. It is designed for users who wish to maintain a strict privacy policy on their Steam profiles by automating the rejection process.
Current Version: Alpha 1.0
- Operating System: Windows 10 / 11.
- No Python Installation Required: The application is compiled as a standalone
.exefile. - Dependencies: Ensure
config.txtis always located in the same directory as the executable.
-
Download and Extract Download the latest release zip file and extract the contents to a folder of your choice.
-
Configuration Open the
config.txtfile using any text editor (Notepad, VS Code, etc.). -
Enter Credentials
- Replace
USERNAME_HEREwith your Steam login username. - Replace
PASSWORD_HEREwith your Steam login password.
- Replace
-
Enter Security Secrets (2FA)
- Replace
SHARED_SECRET_HEREwith your Steam Shared Secret. - Replace
IDENTITY_SECRET_HEREwith your Steam Identity Secret. - Note: These are required to generate mobile authentication codes automatically.
- Replace
-
Launch Run the
ARSI.exefile. The terminal window will open and display the connection status.
If you do not know your Shared or Identity secrets, you must extract them from your mobile authenticator device or desktop authenticator application.
Create a shortcut to "ARSI.vbs" and add it to your startup folder.
The current release (Alpha) is focused on core functionality and stability. The following features are planned for upcoming updates to enhance usability and filtering capabilities:
-
Integrated Configuration Manager: Eliminate the need for manual
config.txtediting. Future versions will include an onboard setup wizard (CLI or GUI) allowing users to securely input and store credentials directly within the application. -
Enhanced User Interface: Transition from the raw console output to a more robust interface. This includes a modernized Command Line Interface (CLI) dashboard or a lightweight Graphical User Interface (GUI) for real-time status monitoring and easier interaction.
-
Geo-Location Filtering (Region Blocking): Implementation of advanced filtering logic to automatically reject friend requests based on the user's country of origin or region. This will allow for stricter control over incoming interactions.