Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

A simple script that dumps a json schema and runs latency tests against Valve Relays for CSGO.

License

Notifications You must be signed in to change notification settings

Defirence/CSGO-Ping-Tester-redux

Repository files navigation

DEPRECATED: CSGO-Ping-Tester-redux

Valve no longer provides a public-facing .json file with relay addresses to different regions since CS2 was released, therefore this project is useleess.

A re-written version of CSGO-Ping-Tester

renovate: enabled linting: pylint .github/workflows/pylint.yml

This is the dev branch, which tracks active development.

requirements.txt - Contains all the pip packages needed to build + run the project.

main.py - The main "script", the core of what the script/program does.

Uses GitHub Actions for testing on push to dev/+main branch(es) in .github/workflows/pylint.yml

Linting:

Uses pylint for linting with GitHub Actions

(WIP) Testing:

Uses pytest for testing.