# vk webhook flooder mock Test app with routes for: - MG message receiving - VK users.get method - custom api that floods vk transport with requests a lot of stuff is hardcoded, even more is coded poorly because I didn't have enough time. read code to understand what it does. there is not a lot of it. fetch deps with `go mod tidy && go mod vendor` build with `go build -o main .` enjoy! ~