https://github.com/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
https://github.com/TheYahya/enola
cli go golang search sherlock sherlock-holmes social-network username
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/TheYahya/enola
- Owner: TheYahya
- License: mit
- Created: 2022-12-11T15:21:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T06:05:47.000Z (8 months ago)
- Last Synced: 2025-08-31T00:35:19.362Z (about 2 months ago)
- Topics: cli, go, golang, search, sherlock, sherlock-holmes, social-network, username
- Language: Go
- Homepage:
- Size: 600 KB
- Stars: 788
- Watchers: 6
- Forks: 54
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Enola Holmes
This is [Sherlock](https://github.com/sherlock-project/sherlock)'s sister **Enola**, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks## Install
Minimum `go1.23` required.
```go
go install github.com/theyahya/enola/cmd/enola@latest
```## Usage
```bash
enola {username}
```
### Using Docker
Build the image
```bash
docker build -t enola .
```Run
```bash
docker run --rm -it enola {username}
```## Contributing
You can fork the repository, improve or fix some part of it and then send a pull requests. Or simply open and issue if there's a bug or you have a feature in mind.## License
This software is released under the [MIT](https://github.com/TheYahya/enola/blob/main/LICENSE) License.