Tool to search usernames across multiple social networks.
$ git clone https://github.com/phcarneirobc/profile-search.git
$ cd profile-search
$ go mod download
$ go run main.go -username yourusername
Run directly
$ go run main.go -username johndoe
Or build and run executable
$ go build -o profile-search
$ ./profile-search -username johndoe