TheYahya / enola

This is Sherlock's sister, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks
MIT License
594 stars 36 forks source link

Go module #8

Closed 9glenda closed 1 year ago

9glenda commented 1 year ago

Will this be distributed as a go module to be able to scan for OSINT from another golang application using this module?

TheYahya commented 1 year ago

I'm not sure what you mean, Can you elaborate a bit please?!

9glenda commented 1 year ago

In pyton terms it would be a libary. Basically a package you can import in any go project which allows you to use the scanning feature of enola but doesn't add the tui

TheYahya commented 1 year ago

Yes, It's possible.

9glenda commented 1 year ago

could you provide an example of doing so in the readme?