A program written in Go that searches for the current listeners of three radios in Vitória da Conquista, Bahia.
- Download and install Go from the official website: https://golang.org/dl/
- Clone the repository:
git clone https://github.com/christian-gama/radio-spy.git
- Build the program:
make build-[platform]
(replace [platform] with windows, linux, or macos)
Run the program with the command make run
Run tests with the command make test
- The program requires internet connection to search for the current listeners of the radios.
- The program currently only searches for three specific radios in Vitória da Conquista, Bahia, but this can be easily modified in the code to search for other radios or in other locations.
- You can choose to run as a script or as a http server, by changing the
settings.yml
file.