MCPcopy Index your code
hub / github.com/TheYahya/enola

github.com/TheYahya/enola @0.4.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.4.2 ↗ · + Follow
42 symbols 83 edges 10 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Enola Holmes

This is 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.26 required.

go install github.com/theyahya/enola/cmd/enola@latest

Usage

enola {username}

Enola demo

Using Docker

Build the image

docker build -t enola .

Run

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 License.

Extension points exported contracts — how you extend this code

Writer (Interface)
(no doc) [2 implementers]
cmd/exporter/writer.go

Core symbols most depended-on inside this repo

waitForActivity
called by 3
cmd/enola/model.go
NewItemStyles
called by 3
cmd/enola/delegate.go
Write
called by 3
cmd/exporter/writer.go
prepareItemsForExport
called by 2
cmd/enola/find.go
NewDelegate
called by 2
cmd/enola/delegate.go
OpenOrCreateFile
called by 2
cmd/exporter/utils.go
New
called by 1
enola.go
SetSite
called by 1
enola.go

Shape

Method 17
Function 13
Struct 9
TypeAlias 2
Interface 1

Languages

Go100%

Modules by API surface

cmd/enola/model.go13 symbols
enola.go8 symbols
cmd/enola/enola.go6 symbols
cmd/exporter/writer.go4 symbols
cmd/enola/find.go3 symbols
cmd/exporter/utils.go2 symbols
cmd/exporter/jsonWriter.go2 symbols
cmd/exporter/csvWriter.go2 symbols
cmd/enola/delegate.go2 symbols

For agents

$ claude mcp add enola \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page