Skip to content

This repository contains a Python script designed to automate the process of reporting cheaters in Counter-Strike: Global Offensive (CSGO) matches to the Steam community.

Notifications You must be signed in to change notification settings

ThatNotEasy/ReportBot-CSGO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Automated CSGO Cheater Reporting Script

This repository contains a Python script designed to automate the process of reporting cheaters in Counter-Strike: Global Offensive (CSGO) matches to the Steam community. The script uses the requests library to interact with the Steam community's abuse reporting API and colorama to enhance terminal output with colored text.

Features

  • Automated Reporting: Efficiently report multiple cheaters in a CSGO match with a single run.
  • Clear Terminal Output: Utilizes the colorama library to display colored status messages.
  • User Prompts: Prompts for report reason, match ID, and cheater IDs to customize each report.
  • Batch Processing: Handles multiple cheater IDs at once, iterating through and submitting individual reports. = Cross-Platform Compatibility: Clears the terminal screen for both Windows and Unix-based systems.

Clone Repository:

git clone https://github.com/ThatNotEasy/ReportBot-CSGO.git
cd ReportBot-CSGO

Install Dependencies:

pip install -r requirements.txt

Usage:

python report_bot.py

Example Output:

REASON REPORT: Cheating in match
CSGO MATCH ID: ABC123
GIMME THE CHEATER IDs (comma separated): 12345, 67890

CHEATER ID: 12345 - REPORT SUCCESS
CHEATER ID: 67890 - REPORT SUCCESS

image

About

This repository contains a Python script designed to automate the process of reporting cheaters in Counter-Strike: Global Offensive (CSGO) matches to the Steam community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages