Skip to content

It scan CSGO community servers and send desktop notification when your favorite map is playing.

License

Notifications You must be signed in to change notification settings

caesarsalad/csgo-server-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS:GO Server Scanner

It scan your favorite CS:GO community servers and send desktop notification when your favorite map is playing.

Works only on Windows OS.

On action:

Alt text


How to Install

go build -o csgo-server-scanner.exe
./csgo-server-scanner.exe

Before running, place config.json with your binary path(csgo-server-scanner.exe). Example config at config.json

{
    "favoriteMap": "de_dust2",
    "serverList": [
        {
            "name": "Turkiye Cumhuriyeti",
            "host": "185.193.165.212:27015"
        },
        {
            "name": "La Casa",
            "host": "185.193.165.115:27015"
        }
    ]
}

About

It scan CSGO community servers and send desktop notification when your favorite map is playing.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages