Valve no longer provides a public-facing .json file with relay addresses to different regions since CS2 was released, therefore this project is useleess.
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
Uses pylint
for linting with GitHub Actions
Uses pytest
for testing.